s3:smbd: in sys_disk_free(), fix line length and indentation of debug statement
[metze/samba/wip.git] / 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) ));