s3:smbd: in sys_disk_free(), improve a debug message
authorMichael Adam <obnox@samba.org>
Tue, 4 Sep 2012 13:01:18 +0000 (15:01 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 4 Sep 2012 18:39:20 +0000 (20:39 +0200)
source3/smbd/dfree.c

index f95f5f933d9576b2d46bb7527c9c7f39c47276ba..fedcd851fc8c9740cbc03a04c15ce16a805eb72b 100644 (file)
@@ -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) {