summaryrefslogtreecommitdiff
blob: 5f2a2628e4b0c907e498094d66d9ee4de951d8fb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/bluepmain.c
+++ b/src/bluepmain.c
@@ -88,7 +88,7 @@
 
   if ( (lst = parse_rc()) == NULL) { /* something goes wrong (no config file, ...) */
     user = NULL;
-    syslog (LOG_ERR, "Can't parse configuration file [%s]!" CONFIG_FILE);
+    syslog (LOG_ERR, "Can't parse configuration file [%s]!", CONFIG_FILE);
     return PAM_AUTH_ERR;
   }