diff options
author | Jeremy Allison <jra@samba.org> | 2006-06-03 00:36:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:17:18 -0500 |
commit | 863aa313c161d206aba8ca3659607a141b8ea83b (patch) | |
tree | f4befa448ccecfd9c2a29c72d639aa17d53959de /source3/nmbd | |
parent | 56460288bff9021a66d5761ef3afe96881bfc73a (diff) | |
download | samba-863aa313c161d206aba8ca3659607a141b8ea83b.tar.gz samba-863aa313c161d206aba8ca3659607a141b8ea83b.tar.bz2 samba-863aa313c161d206aba8ca3659607a141b8ea83b.zip |
r16019: This should not be a level zero message - it's harmless
and can happen though misconfiguration.
Jeremy.
(This used to be commit 4b9cf399a691ba4a7392caca558d0e98b4d19104)
Diffstat (limited to 'source3/nmbd')
-rw-r--r-- | source3/nmbd/nmbd_responserecordsdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |