Skip to content

Commit 22a03f9

Browse files
committed
default distance info
1 parent 9bb3790 commit 22a03f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seismicity/smoothing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function smoothing(fname_count::String, smoothing_σs::Array, maxdistkm::Real;
161161
else
162162
d = h3Distance(base, idx[2])
163163
if d isa H3ErrorCode
164-
println("failed: ", base, ", ", idx[2]". Using default $default_distance")
164+
@info "failed: $(base), $(idx[2]). Using default $default_distance"
165165
d = default_distance
166166
end
167167

0 commit comments

Comments
 (0)