Skip to content

Commit

Permalink
Fix log level within transaction watcher.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Mar 22, 2022
1 parent c7c9c5b commit 26c0f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transactionWatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class TransactionWatcher {
break;
}
} catch (error) {
Logger.info("TransactionWatcher.awaitConditionally(): cannot (yet) fetch data.", this.hash.toString());
Logger.debug("TransactionWatcher.awaitConditionally(): cannot (yet) fetch data.", this.hash.toString());

if (!(error instanceof errors.Err)) {
throw error;
Expand Down

0 comments on commit 26c0f19

Please sign in to comment.