Skip to content

Commit

Permalink
switch info for debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Mar 5, 2022
1 parent 57c3a8c commit 3f90c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function describe_hash(T::Type{S}) where {S <: SHA.SHA_CTX}
if T <: SHA.SHA3_CTX return "SHA3-$(SHA.digestlen(T)*8)" end
end

@info("Loaded hash types: $(join(sort([describe_hash(t[2]) for t in sha_types]), ", ", " and "))")
@debug("Loaded hash types: $(join(sort([describe_hash(t[2]) for t in sha_types]), ", ", " and "))")

@testset "Hashing" begin
# First, test processing the data in one go
Expand Down

0 comments on commit 3f90c90

Please sign in to comment.