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