Skip to content

Commit 0fde3de

Browse files
committed
Update logs
Replace `Fail-Safe marker` with `AddNOCStartedMarker`. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
1 parent 9a219b3 commit 0fde3de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/FailSafeContext.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ void FailSafeContext::CheckAddNOCStartedMarker()
8282
}
8383

8484
// Found a marker! We need to trigger a cleanup.
85-
ChipLogError(FailSafe, "Found a Fail-Safe marker for index 0x%x, preparing cleanup!",
85+
ChipLogError(FailSafe, "Found a AddNOCStartedMarker for index 0x%x, preparing cleanup!",
8686
static_cast<unsigned>(marker.fabricIndex));
8787

8888
// Fake arm Fail-Safe and trigger timer expiry.
@@ -96,7 +96,7 @@ void FailSafeContext::CheckAddNOCStartedMarker()
9696
else if (err != CHIP_ERROR_PERSISTED_STORAGE_VALUE_NOT_FOUND)
9797
{
9898
// Got an error, but somehow value is not missing altogether: inconsistent state but touch nothing.
99-
ChipLogError(FailSafe, "Error loading Fail-Safe marker: %" CHIP_ERROR_FORMAT ", hope for the best!", err.Format());
99+
ChipLogError(FailSafe, "Error loading AddNOCStartedMarker: %" CHIP_ERROR_FORMAT ", hope for the best!", err.Format());
100100
}
101101
}
102102

0 commit comments

Comments
 (0)