* [PATCH] nfs-utils 9 of 10 - Changed xlog to use LOG_INFO instead of LOG_DEBUG
@ 2005-09-23 14:50 Steve Dickson
0 siblings, 0 replies; only message in thread
From: Steve Dickson @ 2005-09-23 14:50 UTC (permalink / raw)
To: nfs
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: nfs-utils-1.0.7-xlog-loginfo.patch --]
[-- Type: text/x-patch, Size: 528 bytes --]
Changed xlog to use LOG_INFO instead of LOG_DEBUG
so debug messages will appear w/out any config
changes to syslog.conf.
Signed-off-by: Steve Dickson <steved@redhat.com>
---------
--- nfs-utils-1.0.7/support/nfs/xlog.c.xlog 2005-09-13 15:18:02.626241000 -0400
+++ nfs-utils-1.0.7/support/nfs/xlog.c 2005-09-13 15:22:07.690652000 -0400
@@ -161,7 +161,7 @@ xlog(int kind, const char *fmt, ...)
break;
default:
if (!log_stderr)
- syslog(LOG_DEBUG, "%s", buff);
+ syslog(LOG_INFO, "%s", buff);
break;
}
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-09-23 14:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-23 14:50 [PATCH] nfs-utils 9 of 10 - Changed xlog to use LOG_INFO instead of LOG_DEBUG Steve Dickson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.