summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-06-21 01:12:12 +0000
committerTim Potter <tpot@samba.org>2002-06-21 01:12:12 +0000
commitfdaf087daa672d8d87895d33923f34114210ae47 (patch)
treee87eaff689f4b1ca332128e21503ee0fbd2aacb0 /source3/lib
parent086d8a98e33e197d171edf76468c829ae977cf65 (diff)
downloadsamba-fdaf087daa672d8d87895d33923f34114210ae47.tar.gz
samba-fdaf087daa672d8d87895d33923f34114210ae47.tar.bz2
samba-fdaf087daa672d8d87895d33923f34114210ae47.zip
Changed level of "bind succeded on port %d" debug to 10.
(This used to be commit de00428ef12b597e5c29896bf961cfd7a1e122dd)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/util_sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util_sock.c b/source3/lib/util_sock.c
index e9e2ab8291..f72c4638dc 100644
--- a/source3/lib/util_sock.c
+++ b/source3/lib/util_sock.c
@@ -755,7 +755,7 @@ int open_socket_in( int type, int port, int dlevel, uint32 socket_addr, BOOL reb
return( -1 );
}
- DEBUG( 3, ( "bind succeeded on port %d\n", port ) );
+ DEBUG( 10, ( "bind succeeded on port %d\n", port ) );
return( res );
}