Skip to content

Commit

Permalink
Better error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
gsurkov committed May 23, 2023
1 parent 0199220 commit 8e43ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/flipperzero/recovery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ bool Recovery::startFUS()
end_ignore_block();

} else {
error_msg("Unexpected FUS state.");
setErrorString("Can't start FUS: Unexpected FUS state.");
success = false;
}

Expand Down

0 comments on commit 8e43ad6

Please sign in to comment.