summaryrefslogtreecommitdiff
path: root/source3/smbd/dfree.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-09-04 14:50:53 +0200
committerMichael Adam <obnox@samba.org>2012-09-04 20:39:20 +0200
commit04ac7816262dcb69dd88fe0409c5bd03ab894f56 (patch)
tree0938d56068cda63630dce7fffc68a8b5aa9d9de8 /source3/smbd/dfree.c
parenta56d2dea06aa089330c8d7df32c124abf1fab851 (diff)
downloadsamba-04ac7816262dcb69dd88fe0409c5bd03ab894f56.tar.gz
samba-04ac7816262dcb69dd88fe0409c5bd03ab894f56.tar.bz2
samba-04ac7816262dcb69dd88fe0409c5bd03ab894f56.zip
s3:smbd: in sys_disk_free(), fix line length and indentation of debug statement
Diffstat (limited to 'source3/smbd/dfree.c')
-rw-r--r--source3/smbd/dfree.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/smbd/dfree.c b/source3/smbd/dfree.c
index 0b849a6208..f95f5f933d 100644
--- a/source3/smbd/dfree.c
+++ b/source3/smbd/dfree.c
@@ -123,8 +123,9 @@ uint64_t sys_disk_free(connection_struct *conn, const char *path, bool small_que
if (!*dfree)
*dfree = 1024;
} else {
- DEBUG (0, ("disk_free: file_lines_load() failed for command %s. Error was : %s\n",
- syscmd, strerror(errno) ));
+ 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",
strerror(errno) ));