X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Fnfs%2Fxlog.c;h=d59f27fb1f4e81b2708453cfe40779b58cfce94a;hp=e1e4c3f0bf412817ea6e9ca633266b949c72f7ca;hb=f73e7b9f69835d483cee95e6a20b6307b9d16b77;hpb=b51ebed58a610b3104e9f218d609715cd468b0ea 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; } }