summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-09-06 12:48:44 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-09-06 12:48:44 +0000
commitca122bf7d80e14d2eec1158f1cfaafbf5280d743 (patch)
treef0a363065f87f6ff59788e448729ee4cf17c81a5
parent6680d16d195512c110e852fc774e4c57b0e51758 (diff)
Notes
-rw-r--r--usr.bin/logger/logger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/logger/logger.c b/usr.bin/logger/logger.c
index 27983a097931..bca1da0884b4 100644
--- a/usr.bin/logger/logger.c
+++ b/usr.bin/logger/logger.c
@@ -94,7 +94,7 @@ main(argc, argv)
tag = NULL;
host = NULL;
- pri = LOG_NOTICE;
+ pri = LOG_USER | LOG_NOTICE;
logflags = 0;
unsetenv("TZ");
while ((ch = getopt(argc, argv, "46Af:h:ip:st:")) != -1)