]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- disable error messagee in clone function
authorArvin Schnell <aschnell@suse.de>
Wed, 5 Dec 2012 13:48:56 +0000 (14:48 +0100)
committerArvin Schnell <aschnell@suse.de>
Wed, 5 Dec 2012 13:48:56 +0000 (14:48 +0100)
snapper/AppUtil.cc

index 8a786dcb375a837c329c85df07b9aae8c21f1345..0975ee636e63575da7b5d3010e3b080016203559 100644 (file)
@@ -79,7 +79,8 @@ namespace snapper
        int r1 = ioctl(dest_fd, BTRFS_IOC_CLONE, src_fd);
        if (r1 != 0)
        {
-           y2err("ioctl failed errno:" << errno << " (" << stringerror(errno) << ")");
+           // TODO: too much logging with LVM
+           // y2err("ioctl failed errno:" << errno << " (" << stringerror(errno) << ")");
        }
 
        return r1 == 0;