diff options
| -rw-r--r-- | source3/smbd/smb2_server.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/smb2_server.c b/source3/smbd/smb2_server.c index b031c6d153..73df368828 100644 --- a/source3/smbd/smb2_server.c +++ b/source3/smbd/smb2_server.c @@ -997,7 +997,7 @@ void smbd_server_connection_terminate_ex(struct smbd_server_connection *sconn,  					 const char *reason,  					 const char *location)  { -	DEBUG(10,("smbd_server_connection_terminate_ex: reason[%s] at %s\n", +	DEBUG(0,("smbd_server_connection_terminate_ex: reason[%s] at %s\n",  		  reason, location));  	exit_server_cleanly(reason);  }  | 
