mirror of
https://github.com/upa/mscp.git
synced 2026-02-28 03:24:41 +08:00
update console output and doc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user