From: Arvin Schnell Date: Wed, 12 Apr 2023 11:33:05 +0000 (+0200) Subject: - fixed error message (gh#openSUSE/snapper#801) X-Git-Tag: v0.10.5~24^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F802%2Fhead;p=thirdparty%2Fsnapper.git - fixed error message (gh#openSUSE/snapper#801) --- diff --git a/package/snapper.changes b/package/snapper.changes index 04a67346..859cb864 100644 --- a/package/snapper.changes +++ b/package/snapper.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 12 13:32:34 CEST 2023 - aschnell@suse.com + +- fixed error message (gh#openSUSE/snapper#801) + ------------------------------------------------------------------- Fri Mar 31 09:15:31 CEST 2023 - aschnell@suse.com diff --git a/snapper/Snapper.cc b/snapper/Snapper.cc index 63a63c86..85ba0966 100644 --- a/snapper/Snapper.cc +++ b/snapper/Snapper.cc @@ -407,7 +407,7 @@ namespace snapper { SN_CAUGHT(e); - SN_THROW(CreateConfigFailedException("sysconfig-file not found")); + SN_THROW(CreateConfigFailedException(e.what())); } try