adding log line

This commit is contained in:
Gabriel mermelstein 2025-04-17 11:42:26 +03:00
parent fe41628527
commit f866c1765a
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D

View File

@ -62,6 +62,7 @@ proc process*(
return err("error processing CREATE_RELIABILITY_MANAGER request: " & $error)
of RESET_RELIABILITY_MANAGER:
resetReliabilityManager(rm[]).isOkOr:
error "RESET_RELIABILITY_MANAGER failed", error = error
return err("error processing RESET_RELIABILITY_MANAGER request: " & $error)
of START_PERIODIC_TASKS:
rm[].startPeriodicTasks()