ports/net/darkstat/patches/patch-err_c

12 lines
285 B
Text

Index: err.c
--- err.c.orig
+++ err.c
@@ -50,7 +50,7 @@ to_syslog(const char *type, const int want_err,
strlcat(buf, ": ", sizeof(buf));
strlcat(buf, strerror(saved_errno), sizeof(buf));
}
- syslog(LOG_DEBUG, "%s", buf);
+ syslog(LOG_INFO, "%s", buf);
}
void