Skip to content

Commit

Permalink
FreshClam: fixed wrong variable in debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
sherpya committed May 18, 2021
1 parent 1919141 commit 1295458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freshclam/freshclam.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ fc_error_t download_complete_callback(const char *dbFilename, void *context)
}

logg("*download_complete_callback: Download complete for database : %s\n", dbFilename);
logg("*download_complete_callback: fc_context->bTestDatabases : %u\n", fc_context->bBytecodeEnabled);
logg("*download_complete_callback: fc_context->bTestDatabases : %u\n", fc_context->bTestDatabases);
logg("*download_complete_callback: fc_context->bBytecodeEnabled : %u\n", fc_context->bBytecodeEnabled);

logg("Testing database: '%s' ...\n", dbFilename);
Expand Down

0 comments on commit 1295458

Please sign in to comment.