]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- added TODO 158/head
authorArvin Schnell <aschnell@suse.de>
Thu, 12 Mar 2015 13:26:45 +0000 (14:26 +0100)
committerArvin Schnell <aschnell@suse.de>
Thu, 12 Mar 2015 13:26:45 +0000 (14:26 +0100)
snapper/Btrfs.cc

index 7f246e8002347dedefa2ba8b1cb825b9e80b1e32..83510b78a2762a1c00217ae2b2678d8fffc3cb09 100644 (file)
@@ -402,6 +402,8 @@ namespace snapper
        }
        catch (const IOErrorException& e)
        {
+           // TODO the openInfoDir above logs an error although when this
+           // function is used from nextNumber the failure is ok
            return false;
        }
     }