]> git.ipfire.org Git - thirdparty/dhcp.git/blobdiff - common/parse.c
[master] Several small patches
[thirdparty/dhcp.git] / common / parse.c
index d86a1f9572bf8955f37156a2d8abb73ff6e8202e..38d350f4e76c5aa74937bc3695f9c2a61cefb0d5 100644 (file)
@@ -5564,10 +5564,10 @@ int parse_warn (struct parse *cfile, const char *fmt, ...)
        lexbuf [lix] = 0;
 
 #ifndef DEBUG
-       syslog (log_priority | LOG_ERR, "%s", mbuf);
-       syslog (log_priority | LOG_ERR, "%s", cfile -> token_line);
+       syslog (LOG_ERR, "%s", mbuf);
+       syslog (LOG_ERR, "%s", cfile -> token_line);
        if (cfile -> lexchar < 81)
-               syslog (log_priority | LOG_ERR, "%s^", lexbuf);
+               syslog (LOG_ERR, "%s^", lexbuf);
 #endif
 
        if (log_perror) {