From 008e8a902e5b141c9c4b40c5376cdd9704e060f9 Mon Sep 17 00:00:00 2001 From: ragusaa <54862477+ragusaa@users.noreply.github.com> Date: Fri, 15 Mar 2024 12:50:18 -0400 Subject: [PATCH] Update libfreshclam/libfreshclam.c Co-authored-by: Micah Snyder --- libfreshclam/libfreshclam.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libfreshclam/libfreshclam.c b/libfreshclam/libfreshclam.c index 04730860ab..9a5772b563 100644 --- a/libfreshclam/libfreshclam.c +++ b/libfreshclam/libfreshclam.c @@ -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);