1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-14 05:57:54 +03:00

debug: update debug message

This commit is contained in:
Zdenek Kabelac 2020-09-26 14:54:50 +02:00
parent bd0d4de4e2
commit 0c89c5a40f

View File

@ -2934,8 +2934,7 @@ int revert_lv(struct cmd_context *cmd, const struct logical_volume *lv)
ret = lv_resume_if_active(cmd, NULL, 0, 0, 1, lv_committed(lv));
critical_section_dec(cmd, "unlocking on resume");
critical_section_dec(cmd, "unlocking on revert");
return ret;
}