git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b53aad1
)
fixed a typo
author
Andrew Tridgell
<tridge@samba.org>
Mon, 8 Mar 2004 09:13:35 +0000
(09:13 +0000)
committer
Andrew Tridgell
<tridge@samba.org>
Mon, 8 Mar 2004 09:13:35 +0000
(09:13 +0000)
(This used to be commit
10b137c6e3c1a640597ff4a0db10d635b51b806b
)
source4/ntvfs/nbench/vfs_nbench.c
patch
|
blob
|
history
diff --git
a/source4/ntvfs/nbench/vfs_nbench.c
b/source4/ntvfs/nbench/vfs_nbench.c
index 34f7b784a517f5259eb3c441fc9f2de1f19dabdc..d1add8b3f7f74fc70c6c6e215c209fafe73ab239 100644
(file)
--- a/
source4/ntvfs/nbench/vfs_nbench.c
+++ b/
source4/ntvfs/nbench/vfs_nbench.c
@@
-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",
+ nbench_log(private, "Fsinfo %d %s
\n
",
fs->generic.level,
get_nt_error_c_code(status));