From fdaf087daa672d8d87895d33923f34114210ae47 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 21 Jun 2002 01:12:12 +0000 Subject: Changed level of "bind succeded on port %d" debug to 10. (This used to be commit de00428ef12b597e5c29896bf961cfd7a1e122dd) --- source3/lib/util_sock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib') 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 ); } -- cgit