]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- log catch of exception 670/head
authorArvin Schnell <aschnell@suse.de>
Wed, 15 Sep 2021 08:37:18 +0000 (10:37 +0200)
committerArvin Schnell <aschnell@suse.de>
Wed, 15 Sep 2021 08:37:18 +0000 (10:37 +0200)
snapper/Btrfs.cc

index ffeeba7c8402a07bfc1941927e2ee300061c941d..0a710cff629877e4f696680e4cc70fd0a24647e6 100644 (file)
@@ -478,8 +478,11 @@ namespace snapper
        }
        catch (const IOErrorException& e)
        {
+           SN_CAUGHT(e);
+
            // TODO the openInfoDir above logs an error although when this
            // function is used from nextNumber the failure is ok
+
            return false;
        }
     }