From ce14eefd52e6c11d5fed5397a510ebf4c4773dd7 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Fri, 12 Jun 2026 17:10:24 +1000 Subject: [PATCH] ObjectArchive: Swap to HTTPCache log channel More appropriate. --- src/util/object_archive.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/object_archive.cpp b/src/util/object_archive.cpp index 7cbd6ef9c..d758fb8f1 100644 --- a/src/util/object_archive.cpp +++ b/src/util/object_archive.cpp @@ -13,7 +13,7 @@ #include #include -LOG_CHANNEL(CompressHelpers); +LOG_CHANNEL(HTTPCache); namespace {