mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
lib/util/become_daemon.c: use DBG_STARTUP_NOTICE
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15377 Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
bb370b9381
commit
50337acaa5
@ -147,5 +147,5 @@ void daemon_status(const char *daemon, const char *msg)
|
|||||||
sd_notifyf(0, "STATUS=%s: %s", daemon, msg);
|
sd_notifyf(0, "STATUS=%s: %s", daemon, msg);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
DBG_ERR("daemon '%s' : %s\n", daemon, msg);
|
DBG_STARTUP_NOTICE("daemon '%s' : %s\n", daemon, msg);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user