change logger message

This commit is contained in:
notiant
2026-01-07 14:56:59 +01:00
committed by GitHub
parent 7e3500d6fc
commit 6794ffa3d9
+1 -1
View File
@@ -841,7 +841,7 @@ Singleton {
stdout: StdioCollector {
onStreamFinished: {
Logger.i("Network", "Wi-Fi state change command executed.");
Logger.i("Network", "Wi-Fi state change command executed");
// Re-check the state to ensure it's in sync
syncWifiState();
}