mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
tallocmsg.c: move info log message to appropriate level
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
405e9ba551
commit
868db98980
@ -81,5 +81,5 @@ void register_msg_pool_usage(
|
||||
DBG_WARNING("messaging_filtered_read_send failed\n");
|
||||
return;
|
||||
}
|
||||
DEBUG(2, ("Registered MSG_REQ_POOL_USAGE\n"));
|
||||
DBG_INFO("Registered MSG_REQ_POOL_USAGE\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user