Skip to content

Commit

Permalink
Update libfreshclam/libfreshclam.c
Browse files Browse the repository at this point in the history
Co-authored-by: Micah Snyder <[email protected]>
  • Loading branch information
ragusaa and micahsnyder authored Mar 15, 2024
1 parent 008e8a9 commit cb8a754
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libfreshclam/libfreshclam.c
Original file line number Diff line number Diff line change
Expand Up @@ -699,9 +699,7 @@ fc_error_t fc_update_database(
logg(LOGG_INFO, " https://github.com/Cisco-Talos/clamav/issues\n");
logg(LOGG_INFO, " and we will investigate why your network is blocked.\n");
if (0 != g_lastRay[0]) {
logg(LOGG_INFO, " Please provide the following cf-ray id with your ticket.\n");
logg(LOGG_INFO, "\n CF-RAY=========================================================================\n");
logg(LOGG_INFO, " cf-ray: %s\n", g_lastRay);
logg(LOGG_INFO, " Please provide the following cf-ray id with your ticket: %s\n", g_lastRay);
logg(LOGG_INFO, "\n");
}
logg(LOGG_WARNING, "You are on cool-down until after: %s\n", retry_after_string);
Expand Down

0 comments on commit cb8a754

Please sign in to comment.