Skip to content

Commit

Permalink
restore: Attributed status code 50 with SEP load failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Oct 2, 2023
1 parent c96f60b commit ca76f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/restore.c
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@ int restore_handle_status_msg(restored_client_t client, plist_t msg)
case 27:
info("Status: Failed to mount filesystems.\n");
break;
case 50:
case 51:
info("Status: Failed to load SEP Firmware.\n");
break;
Expand Down

0 comments on commit ca76f44

Please sign in to comment.