diff options
author | Michael Adam <obnox@samba.org> | 2012-09-04 15:02:40 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-09-04 20:39:20 +0200 |
commit | b1966f31188abcadabb48090cccfccaae150445e (patch) | |
tree | 6934c6f76d9a3c25ad6cf7797baa86868d22092b | |
parent | cc99189de1330074d10012578a1729d7be1e41f5 (diff) | |
download | samba-b1966f31188abcadabb48090cccfccaae150445e.tar.gz samba-b1966f31188abcadabb48090cccfccaae150445e.tar.bz2 samba-b1966f31188abcadabb48090cccfccaae150445e.zip |
s3:smbd: in sys_disk_free(), improve a debug message
-rw-r--r-- | source3/smbd/dfree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/dfree.c b/source3/smbd/dfree.c index fedcd851fc..e6a0af2185 100644 --- a/source3/smbd/dfree.c +++ b/source3/smbd/dfree.c @@ -124,7 +124,7 @@ uint64_t sys_disk_free(connection_struct *conn, const char *path, bool small_que *dfree = 1024; } else { DEBUG (0, ("disk_free: file_lines_load() failed for " - "command %s. Error was : %s\n", + "command '%s'. Error was : %s\n", syscmd, strerror(errno) )); if (sys_fsusage(path, dfree, dsize) != 0) { DEBUG (0, ("disk_free: sys_fsusage() failed. Error was : %s\n", |