From cb8a75473f933b93f577804dc3d2fb59289bd0fd Mon Sep 17 00:00:00 2001 From: ragusaa <54862477+ragusaa@users.noreply.github.com> Date: Fri, 15 Mar 2024 12:50:25 -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 9a5772b563..079efcbb94 100644 --- a/libfreshclam/libfreshclam.c +++ b/libfreshclam/libfreshclam.c @@ -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);