Bugzilla – Attachment #22810: patch to fix problem for bug #58991
buf[i] = '.';
// emit it
fprintf( stderr, buf );
fputs( buf, stderr );
fprintf( stderr, "\n" );
}
#define DEBUG_MESSAGE_SIZE (1<<10)
void auth_debug_login_init( void );
void auth_debug_login( int level, const char *fmt, ... );
void auth_debug_login( int level, const char *fmt, ... ) __attribute__((format(printf,2,3)));
extern int auth_debug_login_level;