summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pullreqd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pullreqd.c b/pullreqd.c
index 1c76241..26c14e8 100644
--- a/pullreqd.c
+++ b/pullreqd.c
@@ -73,7 +73,7 @@ int init_config(char *config_file, config **cfg) {
if (*cfg != NULL) {
syslog(LOG_INFO, "Successfully read %s.", config_file);
} else {
- syslog(LOG_ERROR, "Error reading %s.", config_file);
+ syslog(LOG_ERR, "Error reading %s.", config_file);
}
return (*cfg != NULL);