summaryrefslogtreecommitdiff
path: root/source3/smbd/vt_mode.c
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1998-07-31 22:39:15 +0000
committerChristopher R. Hertel <crh@samba.org>1998-07-31 22:39:15 +0000
commit28900ea26ff1c8d41328bba30206db7fe91e2184 (patch)
tree3aae83c6ce3cc0395ddbac76b5ca96791ebd68c4 /source3/smbd/vt_mode.c
parente6b86850912ea480bf656f05928cf5325b74c3db (diff)
downloadsamba-28900ea26ff1c8d41328bba30206db7fe91e2184.tar.gz
samba-28900ea26ff1c8d41328bba30206db7fe91e2184.tar.bz2
samba-28900ea26ff1c8d41328bba30206db7fe91e2184.zip
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 used to be commit 60286ccecaa6028d687e6406755016455e3b3a26)
Diffstat (limited to 'source3/smbd/vt_mode.c')
-rw-r--r--source3/smbd/vt_mode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/vt_mode.c b/source3/smbd/vt_mode.c
index 6e95bac3c2..64272ed8da 100644
--- a/source3/smbd/vt_mode.c
+++ b/source3/smbd/vt_mode.c
@@ -452,7 +452,7 @@ void VT_Process(void)
nread = len + 4;
- DEBUG(3,("%s Transaction %d of length %d\n",timestring(),trans_num,nread));
+ DEBUG( 3, ("Transaction %d of length %d\n", trans_num, nread ) );
if(msg_type == 0)
VT_Output(InBuffer);