summaryrefslogtreecommitdiff
path: root/source3/smbd/dfree.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-09-04 15:01:18 +0200
committerMichael Adam <obnox@samba.org>2012-09-04 20:39:20 +0200
commitcc99189de1330074d10012578a1729d7be1e41f5 (patch)
treeabeda4574faca417b65e25eb2811f3cddaa385f0 /source3/smbd/dfree.c
parent04ac7816262dcb69dd88fe0409c5bd03ab894f56 (diff)
downloadsamba-cc99189de1330074d10012578a1729d7be1e41f5.tar.gz
samba-cc99189de1330074d10012578a1729d7be1e41f5.tar.bz2
samba-cc99189de1330074d10012578a1729d7be1e41f5.zip
s3:smbd: in sys_disk_free(), improve a debug message
Diffstat (limited to 'source3/smbd/dfree.c')
-rw-r--r--source3/smbd/dfree.c2
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) {