From c072fd0112b3cb93dd65537f59db74692f69664c Mon Sep 17 00:00:00 2001 From: "kay.sievers@vrfy.org" Date: Wed, 10 Nov 2004 19:05:20 -0800 Subject: [PATCH] [PATCH] reduce syslog noise of udevsend if multiple instances try to start udevd --- udevsend.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/udevsend.c b/udevsend.c index b564d6453..c0c72b9c1 100644 --- a/udevsend.c +++ b/udevsend.c @@ -190,13 +190,13 @@ int main(int argc, char* argv[]) } if (!started_daemon) { - info("starting udevd daemon"); + dbg("try to start udevd daemon"); retval = start_daemon(); if (retval) { info("error starting daemon"); goto fallback; } - dbg("daemon started"); + info("udevd daemon started"); started_daemon = 1; } else { dbg("retry to connect %d", SEND_WAIT_MAX_SECONDS * SEND_WAIT_LOOP_PER_SECOND - loop); -- 2.30.2