summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_find.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-06-14 13:13:59 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-15 03:28:15 +0200
commitd82f1fada2ed1af00a7e42a4311b7ad4788c0356 (patch)
treef6e9905243f6540f866bfcdd1c5533de49ce806a /source3/smbd/smb2_find.c
parent59225808fa30bdebcc3491fc42ff2484727ce9ac (diff)
downloadsamba-d82f1fada2ed1af00a7e42a4311b7ad4788c0356.tar.gz
samba-d82f1fada2ed1af00a7e42a4311b7ad4788c0356.tar.bz2
samba-d82f1fada2ed1af00a7e42a4311b7ad4788c0356.zip
s3:smbd: change smb2_find.c to use fsp_fnum_dbg() for fsp->fnum logging.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/smbd/smb2_find.c')
-rw-r--r--source3/smbd/smb2_find.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/smb2_find.c b/source3/smbd/smb2_find.c
index 187a5ffa65..0464ad2c39 100644
--- a/source3/smbd/smb2_find.c
+++ b/source3/smbd/smb2_find.c
@@ -234,8 +234,8 @@ static struct tevent_req *smbd_smb2_find_send(TALLOC_CTX *mem_ctx,
state->smb2req = smb2req;
state->out_output_buffer = data_blob_null;
- DEBUG(10,("smbd_smb2_find_send: %s - fnum[%d]\n",
- fsp_str_dbg(fsp), fsp->fnum));
+ DEBUG(10,("smbd_smb2_find_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)) {