]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
profile: issues info message with lower log level
authorBjörn Jacke <bj@sernet.de>
Mon, 18 Sep 2023 21:42:31 +0000 (23:42 +0200)
committerJule Anger <janger@samba.org>
Tue, 19 Dec 2023 09:43:09 +0000 (09:43 +0000)
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>
(cherry picked from commit 55d895dc42248ad524a10812b9975ac05a722fdc)

source3/profile/profile_dummy.c

index 7d34d209fce06304679168b9646634e5804f8326..5d3213eec1ad31667503ea33e5e29dd5743f00fe 100644 (file)
@@ -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");
 }