1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

As per a Andrew's message, I went through and removed the timestring()

timestamps from several DEBUG messages.  The timestamps are redundant now
that DEBUG() provides them automatically.

There are still a few more files to do, but I've got to get home for dinner.

Chris -)-----
This commit is contained in:
Christopher R. Hertel
-
parent 2c6dc27796
commit 60286cceca
16 changed files with 341 additions and 273 deletions

View File

@ -71,9 +71,9 @@ BOOL check_access(int snum)
}
else
if (snum >= 0)
DEBUG(0,("%s Denied connection from %s (%s) to %s\n",
timestring(), client_name(Client),client_addr(Client),
lp_servicename(snum)));
DEBUG( 0, ( "Denied connection from %s (%s) to %s\n",
client_name(Client),client_addr(Client),
lp_servicename(snum) ) );
}
if (denyl) free(denyl);