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

index cb80e18d4a54fdc69c947eef684bd723641356dc..0b849a620848c2f69455bed6b212ed4e48fc88b0 100644 (file)
@@ -123,7 +123,7 @@ uint64_t sys_disk_free(connection_struct *conn, const char *path, bool small_que
                        if (!*dfree)
                                *dfree = 1024;
                } else {
-                       DEBUG (0, ("disk_free: sys_popen() failed for command %s. Error was : %s\n",
+                       DEBUG (0, ("disk_free: file_lines_load() failed for command %s. Error was : %s\n",
                                syscmd, strerror(errno) ));
                        if (sys_fsusage(path, dfree, dsize) != 0) {
                                DEBUG (0, ("disk_free: sys_fsusage() failed. Error was : %s\n",