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`,
e.code,
e.message,
`json: ${txtResponse}`
`json: ${txtResponse}`, 'attempting connection to', url
);
} else {
log.info(
`serverRequest ${mode} error`,
e.code,
e.message,
'atttempting connection to',
'attempting connection to',
url
);
}

Loading…
Cancel
Save