mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-24 04:28:58 +00:00
chore: logs
This commit is contained in:
parent
b1052acf84
commit
1256084197
@ -70,10 +70,12 @@ QtObject:
|
|||||||
discard
|
discard
|
||||||
|
|
||||||
proc initializeRPC(self: Service) {.slot.} =
|
proc initializeRPC(self: Service) {.slot.} =
|
||||||
var response = keycard_go.keycardInitializeRPC()
|
let response = keycard_go.keycardInitializeRPC()
|
||||||
|
debug "initializeRPC response", response
|
||||||
|
|
||||||
proc start*(self: Service, storageDir: string) =
|
proc start*(self: Service, storageDir: string) =
|
||||||
discard callRPC("Start", %*{"storageFilePath": storageDir})
|
let response = callRPC("Start", %*{"storageFilePath": storageDir})
|
||||||
|
debug "callRPC response", response
|
||||||
|
|
||||||
proc stop*(self: Service) =
|
proc stop*(self: Service) =
|
||||||
discard callRPC("Stop")
|
discard callRPC("Stop")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user