]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- added logging
authorArvin Schnell <aschnell@suse.de>
Thu, 10 Apr 2014 09:51:10 +0000 (11:51 +0200)
committerArvin Schnell <aschnell@suse.de>
Thu, 10 Apr 2014 09:51:10 +0000 (11:51 +0200)
snapper/Comparison.cc

index a0e51d6d41ae45124c2def498fb2109873f8ff58..cbc6def0aba5ec8b9698fba40638a1b8049a0e40 100644 (file)
@@ -77,6 +77,7 @@ namespace snapper
            }
            catch (const runtime_error& e)
            {
+               y2err("failed to query read-only status, " << e.what());
                fixed = false;
            }
        }