Skip to content

Commit

Permalink
Change LibAV to LibClam for less conffusing message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmknght committed Oct 27, 2024
1 parent c332041 commit 0a750ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/engine_cores.nim
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ proc init_clamav*(clam_engine: var ClEngine, loaded_sig_count: var uint, path_cl
if result != CL_SUCCESS:
return result

echo "LibAV engine: ", cl_retver()
echo "LibClam engine: ", cl_retver()
clam_engine.engine = cl_engine_new()

# ~0 (not 0) is to enable all flags.In this case, we disable flags by default
Expand Down

0 comments on commit 0a750ec

Please sign in to comment.