summaryrefslogtreecommitdiffstats
path: root/source/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-08-23 16:25:57 +0000
committerAndrew Tridgell <tridge@samba.org>2001-08-23 16:25:57 +0000
commita896dc299eba12886d800e6c88309d534232cabc (patch)
tree9342cd32cb6d5db11c05b983d40de2d3691f4e4f /source/lib
parent9c483987a5d136bf23018ade6ceecf603f8f1614 (diff)
downloadsamba-a896dc299eba12886d800e6c88309d534232cabc.tar.gz
samba-a896dc299eba12886d800e6c88309d534232cabc.tar.xz
samba-a896dc299eba12886d800e6c88309d534232cabc.zip
better error reporting for servers that don't do port 445
Diffstat (limited to 'source/lib')
-rw-r--r--source/lib/util_sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/util_sock.c b/source/lib/util_sock.c
index f18fa2e0193..d7a2a2e7b94 100644
--- a/source/lib/util_sock.c
+++ b/source/lib/util_sock.c
@@ -889,7 +889,7 @@ connect_again:
#endif
if (ret < 0) {
- DEBUG(1,("error connecting to %s:%d (%s)\n",
+ DEBUG(2,("error connecting to %s:%d (%s)\n",
inet_ntoa(*addr),port,strerror(errno)));
close(res);
return -1;