blob: 12c64f4fe0894d29e09f3c3c03dad8b5310297ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- fakebo.c.orig Thu Jun 6 18:13:21 2002
+++ fakebo.c Thu Jun 6 18:13:31 2002
@@ -457,8 +457,8 @@
{
static char msg[] = "Warning: SIGHUP received, but config re-read not yet implemented!\n";
- logprintf(TRUE, msg);
- syslogprintf(msg);
+ logprintf(TRUE, "%s", msg);
+ syslogprintf("%s", msg);
}
#endif
|