summaryrefslogtreecommitdiff
path: root/source3/smbd/vt_mode.c
diff options
context:
space:
mode:
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);