summaryrefslogtreecommitdiff
path: root/src/common/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/util.c')
-rw-r--r--src/common/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c
index 7b14039b6d..5cb2eb6de4 100644
--- a/src/common/util.c
+++ b/src/common/util.c
@@ -405,7 +405,7 @@ char *read_file_to_str(const char *filename) {
}
if(stat(filename, &statbuf) < 0) {
- log_fn(LOG_WARNING,"Could not stat %s.",filename);
+ log_fn(LOG_INFO,"Could not stat %s.",filename);
return NULL;
}