Skip to content

Commit

Permalink
Add additional log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason-Morcos committed Nov 6, 2023
1 parent 3d9179a commit 7b2dc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kumo-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ export class KumoApi {
headers: {'Accept': 'application/json, text/plain, */*',
'Content-Type': 'application/json'},
body: post_data,
}, 2000, 'Time out on local IP connection.');
}, 2000, 'Time out on local IP connection to ' + address + '.');
// check response from server
if (response.status >= 200 && response.status <= 299) {
data = await response.json();
Expand Down

0 comments on commit 7b2dc7d

Please sign in to comment.