Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Nov 21, 2023
1 parent 4463279 commit aedf06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/lib/sessions/observatory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const connectSocket = async (
urlFetchError = undefined;
} catch (e) {
urlFetchError = e;
log.debug(e.message);
log.debug(`Got an error while finding an observatory url. Original error: ${e.message}`);
}

if (!urlFetchError) {
Expand Down

0 comments on commit aedf06e

Please sign in to comment.