summaryrefslogtreecommitdiffstats
path: root/source/nameservresp.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/nameservresp.c')
-rw-r--r--source/nameservresp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/nameservresp.c b/source/nameservresp.c
index 565a1565656..27356d95e60 100644
--- a/source/nameservresp.c
+++ b/source/nameservresp.c
@@ -113,7 +113,8 @@ static void response_name_reg(struct nmb_name *ans_name,
}
else
{
- DEBUG(2,("name registration for %s rejected!\n", namestr(ans_name)));
+ DEBUG(2,("name registration for %s rejected by ip %s!\n",
+ namestr(ans_name), inet_ntoa(p->ip)));
/* oh dear. we have problems. possibly unbecome a master browser. */
name_unregister_work(d,name,type);