From 43c7a802e7139b39bea0bcf3fae63f0afc80b6ef Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Thu, 12 Mar 2015 14:26:45 +0100 Subject: [PATCH] - added TODO --- snapper/Btrfs.cc | 2 ++ 1 file changed, 2 insertions(+) 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; } } -- 2.47.3