From: Arvin Schnell Date: Thu, 10 Apr 2014 09:51:10 +0000 (+0200) Subject: - added logging X-Git-Tag: v0.2.2~3^2~2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=fb0df25f855c62ef3d66c0a132e168c142cf07eb;p=thirdparty%2Fsnapper.git - added logging --- diff --git a/snapper/Comparison.cc b/snapper/Comparison.cc index a0e51d6d..cbc6def0 100644 --- a/snapper/Comparison.cc +++ b/snapper/Comparison.cc @@ -77,6 +77,7 @@ namespace snapper } catch (const runtime_error& e) { + y2err("failed to query read-only status, " << e.what()); fixed = false; } }