Skip to content

Commit

Permalink
Corrected log category for info message (#1270)
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Ragusa <[email protected]>
  • Loading branch information
ragusaa committed May 16, 2024
1 parent 18f2916 commit 8317780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libfreshclam/libfreshclam_internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ fc_error_t load_freshclam_dat(void)
if (sizeof(g_lastRay) != (bread = read(handle, &g_lastRay, sizeof(g_lastRay)))) {
char error_message[260];
cli_strerror(errno, error_message, 260);
logg(LOGG_WARNING, "Last cf-ray not present in freshclam.dat.\n");
logg(LOGG_DEBUG, "Last cf-ray not present in freshclam.dat.\n");
memset(g_lastRay, 0, sizeof(g_lastRay));
}

Expand Down

0 comments on commit 8317780

Please sign in to comment.