Added remote machine and address to debug message in make_connection() function.
authorJohn Terpstra <jht@samba.org>
Sun, 29 Mar 1998 05:34:03 +0000 (05:34 +0000)
committerJohn Terpstra <jht@samba.org>
Sun, 29 Mar 1998 05:34:03 +0000 (05:34 +0000)
contributor: <ado@flower.nci.nih.gov>

source/smbd/server.c

index 39580d008d4c3ab067c305a1185270be697415a3..7d9ca802e4c0a1f62659085e220bd9c79a4d817a 100644 (file)
@@ -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);
     }