Skip to content

Commit 73f8e56

Browse files
authored
fix: change log level to Warn (#470)
Signed-off-by: Ales Verbic <[email protected]>
1 parent 94a934c commit 73f8e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

input/chainsync/chainsync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ func resolveTransactionInputs(
634634
}
635635

636636
if len(matches) == 0 {
637-
slog.Info(
637+
slog.Warn(
638638
"no matches found for input, could be due to Kupo not in sync.",
639639
"txId", txId,
640640
"txIndex", txIndex,

0 commit comments

Comments
 (0)