From: Björn Jacke Date: Mon, 18 Sep 2023 21:42:31 +0000 (+0200) Subject: profile: issues info message with lower log level X-Git-Tag: talloc-2.4.2~632 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55d895dc42248ad524a10812b9975ac05a722fdc;p=thirdparty%2Fsamba.git profile: issues info message with lower log level BUG: https://bugzilla.samba.org/show_bug.cgi?id=15377 Signed-off-by: Bjoern Jacke Reviewed-by: Andrew Bartlett --- diff --git a/source3/profile/profile_dummy.c b/source3/profile/profile_dummy.c index 7d34d209fce..5d3213eec1a 100644 --- a/source3/profile/profile_dummy.c +++ b/source3/profile/profile_dummy.c @@ -27,5 +27,5 @@ bool profile_setup(struct messaging_context *msg_ctx, bool rdonly) void set_profile_level(int level, const struct server_id *src) { - DEBUG(1,("INFO: Profiling support unavailable in this build.\n")); + DBG_NOTICE("INFO: Profiling support unavailable in this build.\n"); }