From: Michael Adam Date: Tue, 4 Sep 2012 13:01:18 +0000 (+0200) Subject: s3:smbd: in sys_disk_free(), improve a debug message X-Git-Tag: samba-4.0.0rc1~249 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc99189de1330074d10012578a1729d7be1e41f5;p=thirdparty%2Fsamba.git s3:smbd: in sys_disk_free(), improve a debug message --- diff --git a/source3/smbd/dfree.c b/source3/smbd/dfree.c index f95f5f933d9..fedcd851fc8 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) {