blob: 39ef4bed4a5ae171a34cbc5923cc46e06c1513f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ez-ipupdate.c.orig
+++ ez-ipupdate.c
@@ -798,7 +798,7 @@
sprintf(buf, "message incomplete because your OS sucks: %s\n", fmt);
#endif
- syslog(LOG_NOTICE, buf);
+ syslog(LOG_NOTICE, "%s", buf);
}
else
{
|