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