added timestamp to "Denied connection" message.
authorLuke Leighton <lkcl@samba.org>
Thu, 18 Sep 1997 12:47:55 +0000 (12:47 +0000)
committerLuke Leighton <lkcl@samba.org>
Thu, 18 Sep 1997 12:47:55 +0000 (12:47 +0000)
(This used to be commit f28b14a86c22c3bad187ca57f03e13da795d4136)

source3/lib/access.c

index 599cb5ca7e390df9843ddc1db989930c697bebde..c338517ed6746ab9a35f2a2e4a4cef726fd4c7e7 100644 (file)
@@ -70,8 +70,8 @@ BOOL check_access(int snum)
        }
       else
        if (snum >= 0)
-         DEBUG(0,("Denied connection from %s (%s) to %s\n",
-                  client_name(),client_addr(),
+         DEBUG(0,("%s Denied connection from %s (%s) to %s\n",
+                  timestring(), client_name(),client_addr(),
                   lp_servicename(snum)));
     }