]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fixed error message (gh#openSUSE/snapper#801) 802/head
authorArvin Schnell <aschnell@suse.de>
Wed, 12 Apr 2023 11:33:05 +0000 (13:33 +0200)
committerArvin Schnell <aschnell@suse.de>
Wed, 12 Apr 2023 11:33:05 +0000 (13:33 +0200)
package/snapper.changes
snapper/Snapper.cc

index 04a673464e319ef5d741357e8f743a52792ae03d..859cb8643dcb854c657c643b5cfd28ff43b7af6a 100644 (file)
@@ -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
 
index 63a63c8615d22dade156da39d02738c8982c2968..85ba0966d3b85f37a038efbaee53d036cc91e04a 100644 (file)
@@ -407,7 +407,7 @@ namespace snapper
        {
            SN_CAUGHT(e);
 
-           SN_THROW(CreateConfigFailedException("sysconfig-file not found"));
+           SN_THROW(CreateConfigFailedException(e.what()));
        }
 
        try