This commit is contained in:
Ron Pedde 2005-01-07 05:58:04 +00:00
parent c681c03af1
commit 185b339bf3
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ void err_log(int level, unsigned int cat, char *fmt, ...)
err_lock_mutex(); /* atomic file writes */
if((!level) && (err_logdestination != LOGDEST_STDERR) && (!(cat && L_REND))) {
if((!level) && (err_logdestination != LOGDEST_STDERR) && (!(cat & L_REND))) {
fprintf(stderr,"%s",errbuf);
fprintf(stderr,"Aborting\n");
fflush(stderr); /* shouldn't have to do this? */