diff options
author | Michael Adam <obnox@samba.org> | 2012-09-04 15:01:18 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-09-04 20:39:20 +0200 |
commit | cc99189de1330074d10012578a1729d7be1e41f5 (patch) | |
tree | abeda4574faca417b65e25eb2811f3cddaa385f0 /source3 | |
parent | 04ac7816262dcb69dd88fe0409c5bd03ab894f56 (diff) | |
download | samba-cc99189de1330074d10012578a1729d7be1e41f5.tar.gz samba-cc99189de1330074d10012578a1729d7be1e41f5.tar.xz samba-cc99189de1330074d10012578a1729d7be1e41f5.zip |
s3:smbd: in sys_disk_free(), improve a debug message
Diffstat (limited to 'source3')
-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 f95f5f933d..fedcd851fc 100644 --- a/source3/smbd/dfree.c +++ b/source3/smbd/dfree.c @@ -95,7 +95,7 @@ uint64_t sys_disk_free(connection_struct *conn, const char *path, bool small_que return (uint64_t)-1; } - DEBUG (3, ("disk_free: Running command %s\n", syscmd)); + DEBUG (3, ("disk_free: Running command '%s'\n", syscmd)); lines = file_lines_pload(syscmd, NULL); if (lines) { |