cleanup debug; pointed out by darcy@druid.com
authorderaadt <deraadt@openbsd.org>
Tue, 3 Dec 1996 07:34:36 +0000 (07:34 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 3 Dec 1996 07:34:36 +0000 (07:34 +0000)
usr.sbin/syslogd/syslogd.c

index 4cd3c9b..9d5e7ff 100644 (file)
@@ -480,7 +480,7 @@ logmsg(pri, msg, from, flags)
        int fac, msglen, omask, prilev;
        char *timestamp;
 
-       dprintf("logmsg: pri %o, flags %x, from %s, msg %s\n",
+       dprintf("logmsg: pri 0%o, flags 0x%x, from %s, msg %s\n",
            pri, flags, from, msg);
 
        omask = sigblock(sigmask(SIGHUP)|sigmask(SIGALRM));