From: Arvin Schnell Date: Thu, 12 Mar 2015 13:26:45 +0000 (+0100) Subject: - added TODO X-Git-Tag: v0.2.8~14^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43c7a802e7139b39bea0bcf3fae63f0afc80b6ef;p=thirdparty%2Fsnapper.git - added TODO --- diff --git a/snapper/Btrfs.cc b/snapper/Btrfs.cc index 7f246e80..83510b78 100644 --- a/snapper/Btrfs.cc +++ b/snapper/Btrfs.cc @@ -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; } }