X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdaemon.c;h=9c814ea9fd9e61e9efe9913f790ebfd79d59577d;hb=b222407f24d79c8394093855cdb1890e879435dd;hp=aa971f2a8f8bd3822aad05940125fdec4e199686;hpb=8b428d022af5848be323f6b125f896850375b8b6;p=sliver-openvswitch.git diff --git a/lib/daemon.c b/lib/daemon.c index aa971f2a8..9c814ea9f 100644 --- a/lib/daemon.c +++ b/lib/daemon.c @@ -554,7 +554,7 @@ read_pidfile__(const char *pidfile, bool delete_if_stale) * pidfile locked, and only that process has the right to unlink it. */ if (!delete_if_stale) { error = ESRCH; - VLOG_WARN("%s: pid file is stale", pidfile); + VLOG_DBG("%s: pid file is stale", pidfile); goto error; }