Skip to content

Commit

Permalink
restore: Print error message on status 53 (failed to recover FDR data)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Sep 24, 2015
1 parent df665a7 commit 1d2303e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/restore.c
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,9 @@ int restore_handle_status_msg(restored_client_t client, plist_t msg) {
case 51:
info("Status: Failed to load SEP Firmware.\n");
break;
case 53:
info("Status: Failed to recover FDR data.\n");
break;
case 1015:
info("Status: X-Gold Baseband Update Failed. Defective Unit?\n");
break;
Expand Down

0 comments on commit 1d2303e

Please sign in to comment.