From 9148d26b4dba46147a3e96a0ca696a2dfa3953d0 Mon Sep 17 00:00:00 2001 From: Adrian Muzyka Date: Fri, 27 Oct 2023 09:36:56 +0200 Subject: [PATCH] RDKShell: hibernated state instead of checkpointed --- RDKShell/RDKShell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RDKShell/RDKShell.cpp b/RDKShell/RDKShell.cpp index 805759e276..d65a305c8c 100755 --- a/RDKShell/RDKShell.cpp +++ b/RDKShell/RDKShell.cpp @@ -5093,7 +5093,7 @@ namespace WPEFramework { } else { - stateString = "checkpointed"; + stateString = "hibernated"; } #endif