diff --git a/mobile/status.go b/mobile/status.go index 324f42a42..89a8e2344 100644 --- a/mobile/status.go +++ b/mobile/status.go @@ -305,7 +305,7 @@ func LoginAccount(requestJSON string) string { api.RunAsync(func() error { err := statusBackend.LoginAccount(&request) if err != nil { - log.Error("loginAccount error", err) + log.Error("loginAccount failed", "error", err) return err } log.Debug("loginAccount started node")