Skip to content

Commit

Permalink
RDKShell: hibernated state instead of checkpointed
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianM27 authored and goruklu committed Oct 27, 2023
1 parent a001633 commit 9148d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RDKShell/RDKShell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5093,7 +5093,7 @@ namespace WPEFramework {
}
else
{
stateString = "checkpointed";
stateString = "hibernated";
}
#endif

Expand Down

0 comments on commit 9148d26

Please sign in to comment.