mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-01-27 10:23:08 +00:00
adding log line
This commit is contained in:
parent
fe41628527
commit
f866c1765a
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user