mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 09:40:12 +01:00
ircd: Fix log error.
This commit is contained in:
parent
3ec073dc83
commit
de800bd3d7
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ static void
|
|||
log_va(const ilogfile dest, const unsigned int snomask, const char *const fmt, va_list ap)
|
||||
{
|
||||
FILE *const logfile = *log_table[dest].logfile;
|
||||
if(!logfile && !snomask)
|
||||
if(!logfile)
|
||||
return;
|
||||
|
||||
char buf[BUFSIZE];
|
||||
|
|
Loading…
Add table
Reference in a new issue