s3:smbd: in sys_disk_free(), fix line length and indentation of debug statement
authorMichael Adam <obnox@samba.org>
Tue, 4 Sep 2012 12:50:53 +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 0b849a620848c2f69455bed6b212ed4e48fc88b0..f95f5f933d9576b2d46bb7527c9c7f39c47276ba 100644 (file)
@@ -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) ));