mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
fileserver: raise debug level for share connection closing for non-IPC to 2.
This reduces spamming during 'make test' runs.
This change is consistent with aad5eeb9b4
, which raised the log level for logging of new non-IPC connections.
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Change-Id: I4343570c8d6158b6715e514a8a7cd323a9c727ae
Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
763d37e6a4
commit
321404ac25
@ -1127,7 +1127,7 @@ void close_cnum(connection_struct *conn, uint64_t vuid)
|
||||
|
||||
change_to_root_user();
|
||||
|
||||
DEBUG(IS_IPC(conn)?3:1, ("%s (%s) closed connection to service %s\n",
|
||||
DEBUG(IS_IPC(conn)?3:2, ("%s (%s) closed connection to service %s\n",
|
||||
get_remote_machine_name(),
|
||||
tsocket_address_string(conn->sconn->remote_address,
|
||||
talloc_tos()),
|
||||
|
Loading…
Reference in New Issue
Block a user