[CP] [CP] [CP] lower down pidfile test log level

This commit is contained in:
nroskill
2023-04-24 08:41:38 +00:00
committed by ob-robot
parent 229db2bb7b
commit 3c9e9477db
2 changed files with 7 additions and 7 deletions

View File

@ -1122,7 +1122,7 @@ static int pidfile_test(const char *pidfile)
int fd = open(pidfile, O_RDONLY);
if (fd < 0) {
LOG_WARN("fid file doesn't exist", KCSTRING(pidfile));
LOG_INFO("fid file doesn't exist", KCSTRING(pidfile));
ret = OB_FILE_NOT_EXIST;
} else {
if (lockf(fd, F_TEST, 0) != 0) {