From: Michael Adam Date: Tue, 4 Sep 2012 12:50:15 +0000 (+0200) Subject: s3:smbd: in sys_disk_free(), fix a debug message X-Git-Tag: samba-4.0.0rc1~251 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a56d2dea06aa089330c8d7df32c124abf1fab851;p=thirdparty%2Fsamba.git s3:smbd: in sys_disk_free(), fix a debug message --- diff --git a/source3/smbd/dfree.c b/source3/smbd/dfree.c index cb80e18d4a5..0b849a62084 100644 --- a/source3/smbd/dfree.c +++ b/source3/smbd/dfree.c @@ -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",