copy: remove reflinking debug message

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...
This commit is contained in:
Lennart Poettering 2018-10-26 16:13:07 +02:00
parent a60c8eee10
commit 0c9448fa82
1 changed files with 0 additions and 2 deletions

View 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");
}
}
}