update console output and doc

This commit is contained in:
Ryo Nakamura
2024-02-18 21:34:41 +09:00
parent 5f628b64e3
commit 19c73af09d
4 changed files with 111 additions and 8 deletions

View File

@@ -483,6 +483,7 @@ out:
ret = 1;
if ((dryrun || ret != 0) && checkpoint_save) {
print_cli("save checkpoint to %s\n", checkpoint_save);
if (mscp_checkpoint_save(m, checkpoint_save) < 0) {
pr_err("mscp_checkpoint_save: %s", priv_get_err());
return -1;