From 863aa313c161d206aba8ca3659607a141b8ea83b Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 3 Jun 2006 00:36:00 +0000 Subject: r16019: This should not be a level zero message - it's harmless and can happen though misconfiguration. Jeremy. (This used to be commit 4b9cf399a691ba4a7392caca558d0e98b4d19104) --- source3/nmbd/nmbd_responserecordsdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/nmbd/nmbd_responserecordsdb.c b/source3/nmbd/nmbd_responserecordsdb.c index 6f22fd906d..367c1f4427 100644 --- a/source3/nmbd/nmbd_responserecordsdb.c +++ b/source3/nmbd/nmbd_responserecordsdb.c @@ -214,7 +214,7 @@ never happen !\n", remote_broadcast_subnet->subnet_name)); return rrec; } - DEBUG(0,("find_response_record: response packet id %hu received with no \ + DEBUG(3,("find_response_record: response packet id %hu received with no \ matching record.\n", id)); *ppsubrec = NULL; -- cgit