diff options
-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", |