]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- improved log message 889/head
authorArvin Schnell <aschnell@suse.de>
Thu, 21 Mar 2024 09:52:44 +0000 (10:52 +0100)
committerArvin Schnell <aschnell@suse.de>
Thu, 21 Mar 2024 09:52:44 +0000 (10:52 +0100)
package/snapper.changes
snapper/Btrfs.cc

index 6fcfbf0dfe5433baecbda3137b0066cdaa9813b0..025f6ea89e50bd7815e3aa1a3d5b5a014c05a0e3 100644 (file)
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Thu Mar 21 10:46:08 CET 2024 - aschnell@suse.com
+
+- improved log message (see gh#openSUSE/snapper#866)
+
 -------------------------------------------------------------------
 Tue Mar 19 14:58:12 CET 2024 - aschnell@suse.com
 
index ab1525661d26af59de1dd28570c62f82522fb020..b7b3a8d81ff3b1d188c873fb307e2c58ce0cc4fb 100644 (file)
@@ -433,7 +433,7 @@ namespace snapper
        }
        catch (const runtime_error& e)
        {
-           y2err("delete snapshot failed, " << e.what());
+           y2err("delete snapshot " << info_dir.fullname() << "/snapshot failed, " << e.what());
            SN_THROW(DeleteSnapshotFailedException());
        }
     }