From 6f1fc787de485b4899d9145a2225c22cf26c27a2 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Sun, 29 Mar 1998 05:34:03 +0000 Subject: Added remote machine and address to debug message in make_connection() function. contributor: (This used to be commit 7775b0f2aa43ee58f1a4f13004451235cfa157ef) --- source3/smbd/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/server.c') diff --git a/source3/smbd/server.c b/source3/smbd/server.c index 39580d008d..7d9ca802e4 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -3325,7 +3325,7 @@ int make_connection(char *service,char *user,char *password, int pwlen, char *de return(-3); } - DEBUG(0,("%s couldn't find service %s\n",timestring(),service)); + DEBUG(0,("%s %s (%s) couldn't find service %s\n",timestring(),remote_machine,client_addr(),service)); return(-2); } -- cgit