diff options
Diffstat (limited to 'support/nfs/xlog.c')
-rw-r--r-- | support/nfs/xlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/nfs/xlog.c b/support/nfs/xlog.c index e1e4c3f..d59f27f 100644 --- a/support/nfs/xlog.c +++ b/support/nfs/xlog.c @@ -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; } } |