From cc99189de1330074d10012578a1729d7be1e41f5 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 4 Sep 2012 15:01:18 +0200 Subject: s3:smbd: in sys_disk_free(), improve a debug message --- source3/smbd/dfree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit