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 575441b commit 4fec171
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 @@ -937,9 +937,7 @@ fc_error_t fc_download_url_database(
logg(LOGG_INFO, " and we will investigate why your network is blocked.\n");
if (0 != g_lastRay[0]) {
size_t i;
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 4fec171

Please sign in to comment.