summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-06-14 13:23:11 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-15 03:28:15 +0200
commit632560b4d83fd71120752861629d8df8f8e002bc (patch)
tree05013c6d0d0f2d13d1962b260da74bd7b92a4548 /source3
parentec111bd050506e22b43bf8178919086a91846281 (diff)
downloadsamba-632560b4d83fd71120752861629d8df8f8e002bc.tar.gz
samba-632560b4d83fd71120752861629d8df8f8e002bc.tar.bz2
samba-632560b4d83fd71120752861629d8df8f8e002bc.zip
s3:smbd: change smb2_notify.c to use fsp_fnum_dbg() for fsp->fnum logging.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/smb2_notify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/smb2_notify.c b/source3/smbd/smb2_notify.c
index 6a5df016a4..20496c1c2c 100644
--- a/source3/smbd/smb2_notify.c
+++ b/source3/smbd/smb2_notify.c
@@ -209,8 +209,8 @@ static struct tevent_req *smbd_smb2_notify_send(TALLOC_CTX *mem_ctx,
state->out_output_buffer = data_blob_null;
state->im = NULL;
- DEBUG(10,("smbd_smb2_notify_send: %s - fnum[%d]\n",
- fsp_str_dbg(fsp), fsp->fnum));
+ DEBUG(10,("smbd_smb2_notify_send: %s - %s\n",
+ fsp_str_dbg(fsp), fsp_fnum_dbg(fsp)));
smbreq = smbd_smb2_fake_smb_request(smb2req);
if (tevent_req_nomem(smbreq, req)) {