]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
copy: remove reflinking debug message
authorLennart Poettering <lennart@poettering.net>
Fri, 26 Oct 2018 14:13:07 +0000 (16:13 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 26 Nov 2018 17:09:01 +0000 (18:09 +0100)
It pretty much ends up in an inner loop most of the time, hence let's
just remove it. This is pretty easily debuggable with strace anyway...

src/basic/copy.c

index 5cc3a9572bce2fbbf835a1ca8cadaa98d9af0824..7a4db459e3bb4bddd911753dc910cf1072f9f119 100644 (file)
@@ -163,8 +163,6 @@ int copy_bytes_full(
                                                 return 1; /* we copied only some number of bytes, which worked, but this means we didn't hit EOF, return 1 */
                                         }
                                 }
-
-                                log_debug_errno(r, "Reflinking didn't work, falling back to non-reflink copying: %m");
                         }
                 }
         }