1--- a/source/libsmb/clientgen.c
2+++ b/source/libsmb/clientgen.c
3@@ -108,7 +108,7 @@
4
5 	/* If the server is not responding, note that now */
6 	if (!ret) {
7-                DEBUG(0, ("Receiving SMB: Server stopped responding\n"));
8+    DEBUG(1, ("Receiving SMB: Server stopped responding\n"));
9 		cli->smb_rw_error = smb_read_error;
10 		close(cli->fd);
11 		cli->fd = -1;
12