From 548196362bf5f81de823a075e86bb9ac10e6b14b Mon Sep 17 00:00:00 2001 From: Samba Release Account Date: Fri, 6 Jun 1997 16:14:17 +0000 Subject: loadparm.c: Made explicit max packet now ignored. namedbwork.c: Don't announce potential browser if local master = False. nameelect.c: Raise debug level of comment to 2. proto.h: Added reset_globals_after_fork(). server.c: Call reset_globals_after_fork() after forking child. util.c: Added reset_globals_after_fork() - should stop problems with % substitutions in children. (This used to be commit 77be0f710cc96441d966ab7b026a0d591b01ffb0) --- source3/nameelect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nameelect.c') diff --git a/source3/nameelect.c b/source3/nameelect.c index 258ee98931..a53f86dcee 100644 --- a/source3/nameelect.c +++ b/source3/nameelect.c @@ -82,7 +82,7 @@ void check_master_browser(time_t t) becoming a master browser, hence the log message. */ - DEBUG(0,("%s potential master for %s %s - force election\n", + DEBUG(2,("%s potential master for %s %s - force election\n", timestring(), work->work_group, inet_ntoa(d->bcast_ip))); -- cgit