summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-03-09 05:06:57 +0000
committerAndrew Tridgell <tridge@samba.org>2004-03-09 05:06:57 +0000
commit77f39da07598f45bdea0939bf5c28a63082a514f (patch)
treed8ad21b850d7961f147736e2d04408b991b5cc35 /source4/ntvfs
parent826661597ea603e35b4dcbd8e2a71e2900dccd7a (diff)
downloadsamba-77f39da07598f45bdea0939bf5c28a63082a514f.tar.gz
samba-77f39da07598f45bdea0939bf5c28a63082a514f.tar.bz2
samba-77f39da07598f45bdea0939bf5c28a63082a514f.zip
make sure the tags in the NBENCH test match the tags in the generated
load files (This used to be commit 1c5dc25b3b678d7c5d271cc9bee5bf80cfbec3b9)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/nbench/vfs_nbench.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/ntvfs/nbench/vfs_nbench.c b/source4/ntvfs/nbench/vfs_nbench.c
index 4ff82fabb2..acdeec455a 100644
--- a/source4/ntvfs/nbench/vfs_nbench.c
+++ b/source4/ntvfs/nbench/vfs_nbench.c
@@ -530,7 +530,7 @@ static NTSTATUS nbench_setfileinfo(struct request_context *req,
PASS_THRU_REQ(req, setfileinfo, (req, info));
- nbench_log(private, "Setfileinfo %d %d %s\n",
+ nbench_log(private, "SET_FILE_INFORMATION %d %d %s\n",
info->generic.file.fnum,
info->generic.level,
get_nt_error_c_code(status));
@@ -549,7 +549,7 @@ static NTSTATUS nbench_fsinfo(struct request_context *req, union smb_fsinfo *fs)
PASS_THRU_REQ(req, fsinfo, (req, fs));
- nbench_log(private, "Fsinfo %d %s\n",
+ nbench_log(private, "QUERY_FS_INFORMATION %d %s\n",
fs->generic.level,
get_nt_error_c_code(status));