X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Fnfs%2Fxlog.c;h=1bbfd1949fc06dc72058b5ab1c106ff7f4fffab4;hp=e1e4c3f0bf412817ea6e9ca633266b949c72f7ca;hb=ebf259dfcee762c98ac530d558ca9126c983b1a5;hpb=3a2c185ce46190b9f4712b2432297aa04f4bdd33 diff --git a/support/nfs/xlog.c b/support/nfs/xlog.c index e1e4c3f..1bbfd19 100644 --- a/support/nfs/xlog.c +++ b/support/nfs/xlog.c @@ -15,7 +15,9 @@ * as is, with no warranty expressed or implied. */ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include +#endif #include #include @@ -161,7 +163,7 @@ xlog(int kind, const char *fmt, ...) break; default: if (!log_stderr) - syslog(LOG_DEBUG, "%s", buff); + syslog(LOG_INFO, "%s", buff); break; } }