restore: Handle "Failed to mount filesystems" status message

This commit is contained in:
Martin Szulecki
2013-09-23 15:10:22 +02:00
parent ab5387fbbd
commit 4bcebebc6a
+3
View File
@@ -594,6 +594,9 @@ int restore_handle_status_msg(restored_client_t client, plist_t msg) {
case 14:
info("Status: Fail\n");
break;
case 27:
info("Status: Failed to mount filesystems.\n");
break;
case 1015:
info("Status: X-Gold Baseband Update Failed. Defective Unit?\n");
break;