mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 11:38:57 +00:00
chore: more logs
This commit is contained in:
parent
8898ac9923
commit
c554712a4c
@ -460,6 +460,7 @@ proc start*(self: AppController) =
|
||||
else:
|
||||
self.keycardService.init()
|
||||
|
||||
debug "keycardService initialized"
|
||||
self.keychainService.init()
|
||||
self.generalService.init()
|
||||
self.accountsService.init()
|
||||
|
@ -11,4 +11,5 @@ proc callRPC*(methodName: string, params: JsonNode = %*{}): string =
|
||||
"params": %*[ params ],
|
||||
}
|
||||
let responseString = keycard_go.keycardCallRPC($request)
|
||||
debug "callRPC", request, responseString
|
||||
return responseString
|
||||
|
@ -80,8 +80,7 @@ QtObject:
|
||||
debug "initializeRPC response", response
|
||||
|
||||
proc start*(self: Service, storageDir: string) =
|
||||
let response = callRPC("Start", %*{"storageFilePath": storageDir})
|
||||
debug "callRPC response", response
|
||||
discard callRPC("Start", %*{"storageFilePath": storageDir})
|
||||
|
||||
proc stop*(self: Service) =
|
||||
discard callRPC("Stop")
|
||||
|
Loading…
x
Reference in New Issue
Block a user