mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-01 10:13:45 -04:00
Typo
This commit is contained in:
parent
c681c03af1
commit
185b339bf3
@ -118,7 +118,7 @@ void err_log(int level, unsigned int cat, char *fmt, ...)
|
|||||||
|
|
||||||
err_lock_mutex(); /* atomic file writes */
|
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,"%s",errbuf);
|
||||||
fprintf(stderr,"Aborting\n");
|
fprintf(stderr,"Aborting\n");
|
||||||
fflush(stderr); /* shouldn't have to do this? */
|
fflush(stderr); /* shouldn't have to do this? */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user