Demote the socket file exists message to notice level

This commit is contained in:
Con Kolivas 2014-06-20 12:02:51 +10:00
parent e40128a2da
commit b289046ffe

View File

@ -529,7 +529,7 @@ static bool write_pid(ckpool_t *ckp, const char *path, pid_t pid)
if (!stat(path, &statbuf)) {
int oldpid;
LOGWARNING("File %s exists", path);
LOGNOTICE("File %s exists", path);
fp = fopen(path, "r");
if (!fp) {
LOGEMERG("Failed to open file %s", path);