diff options
| author | Stefan Boberg <[email protected]> | 2023-05-22 21:11:27 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-05-22 21:11:27 +0200 |
| commit | f5acfb1f3e60b8954cc5727bb07edcdc5c5d5feb (patch) | |
| tree | 8092724d5394165cecfdb3b6233e3ea23e8bed69 /src/zenserver/cache/httpstructuredcache.cpp | |
| parent | v0.2.12 (diff) | |
| download | zen-f5acfb1f3e60b8954cc5727bb07edcdc5c5d5feb.tar.xz zen-f5acfb1f3e60b8954cc5727bb07edcdc5c5d5feb.zip | |
minor: fixed typos in log output (PUTCACEHRECORD -> PUTCACHERECORD)
Diffstat (limited to 'src/zenserver/cache/httpstructuredcache.cpp')
| -rw-r--r-- | src/zenserver/cache/httpstructuredcache.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zenserver/cache/httpstructuredcache.cpp b/src/zenserver/cache/httpstructuredcache.cpp index aab26105e..75800ad3b 100644 --- a/src/zenserver/cache/httpstructuredcache.cpp +++ b/src/zenserver/cache/httpstructuredcache.cpp @@ -1828,7 +1828,7 @@ HttpStructuredCacheService::PutCacheRecord(PutRequestData& Request, const CbPack } else { - ZEN_WARN("PUTCACEHRECORD - '{}/{}/{}' '{}' FAILED, attachment '{}' is not compressed", + ZEN_WARN("PUTCACHERECORD - '{}/{}/{}' '{}' FAILED, attachment '{}' is not compressed", Request.Namespace, Request.Key.Bucket, Request.Key.Hash, @@ -1867,7 +1867,7 @@ HttpStructuredCacheService::PutCacheRecord(PutRequestData& Request, const CbPack TransferredSize += Chunk.GetCompressedSize(); } - ZEN_DEBUG("PUTCACEHRECORD - '{}/{}/{}' {}, attachments '{}/{}/{}' (new/valid/total) in {}", + ZEN_DEBUG("PUTCACHERECORD - '{}/{}/{}' {}, attachments '{}/{}/{}' (new/valid/total) in {}", Request.Namespace, Request.Key.Bucket, Request.Key.Hash, |