fix spelling and log url on serverRequest with non-json response

pull/829/head
Ryan Tharp 5 years ago
parent 277e2e5340
commit bd4600f6c4

@ -584,14 +584,14 @@ class LokiAppDotNetServerAPI {
`serverRequest ${mode} error`, `serverRequest ${mode} error`,
e.code, e.code,
e.message, e.message,
`json: ${txtResponse}` `json: ${txtResponse}`, 'attempting connection to', url
); );
} else { } else {
log.info( log.info(
`serverRequest ${mode} error`, `serverRequest ${mode} error`,
e.code, e.code,
e.message, e.message,
'atttempting connection to', 'attempting connection to',
url url
); );
} }

Loading…
Cancel
Save