Skip to content

Commit 0d83210

Browse files
committed
fix: using logger instead of log
1 parent 5de7013 commit 0d83210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/water/outbound.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func NewOutbound(ctx context.Context, router adapter.Router, logger log.ContextL
128128
logger.WarnContext(ctx, "failed to seed WASM", slog.Any("error", err), slog.String("transport", transportFilepath))
129129
}
130130
if seeder != nil {
131-
log.DebugContext(ctx, "seeding WASM file", slog.String("magnet_uri", seeder.MagnetURI()), slog.String("transport", transportFilepath))
131+
logger.DebugContext(ctx, "seeding WASM file", slog.String("magnet_uri", seeder.MagnetURI()), slog.String("transport", transportFilepath))
132132
}
133133
outbound.seeder = seeder
134134
}

0 commit comments

Comments
 (0)