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 4fec171 commit 008e8a9
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 @@ -806,9 +806,7 @@ fc_error_t fc_update_databases(
if (0 != g_lastRay[0]) {
logg(LOGG_INFO, " 5. If you have verified that you are not blocked due to your region, and have\n");
logg(LOGG_INFO, " not exceeded the rate limit, please provide the following cf-ray id when\n");
logg(LOGG_INFO, " submitting a ticket.\n");
logg(LOGG_INFO, "\n CF-RAY=========================================================================\n");
logg(LOGG_INFO, " cf-ray: %s\n", g_lastRay);
logg(LOGG_INFO, " submitting a ticket: %s\n", g_lastRay);
logg(LOGG_INFO, "\n");
}
logg(LOGG_WARNING, "You are still on cool-down until after: %s\n", retry_after_string);
Expand Down

0 comments on commit 008e8a9

Please sign in to comment.