aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2024-03-26 13:42:56 +0100
committerGitHub Enterprise <[email protected]>2024-03-26 13:42:56 +0100
commit8e941d47bbf4e7ee05884e2db5deca3088853163 (patch)
tree60c4cd4e907a898e40c4f770831d94bbe1bf9ceb /src
parentadd yaml serialization support (#3) (diff)
downloadzen-8e941d47bbf4e7ee05884e2db5deca3088853163.tar.xz
zen-8e941d47bbf4e7ee05884e2db5deca3088853163.zip
fix order of parameters in block check result message (#26)
* fix order of parametes in block check result message
Diffstat (limited to 'src')
-rw-r--r--src/zenserver/projectstore/remoteprojectstore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenserver/projectstore/remoteprojectstore.cpp b/src/zenserver/projectstore/remoteprojectstore.cpp
index df560283c..9d571cb4b 100644
--- a/src/zenserver/projectstore/remoteprojectstore.cpp
+++ b/src/zenserver/projectstore/remoteprojectstore.cpp
@@ -1826,7 +1826,7 @@ SaveOplog(CidStore& ChunkStore,
if (HasResult.ErrorCode == 0)
{
ReportMessage(OptionalContext,
- fmt::format("Checked the existance of {} block{} in remote store in {}, found {} eligeble blocks",
+ fmt::format("Checked the existance of {} block{} in remote store, found {} eligible blocks in {}",
BlockHashes.size(),
BlockHashes.size() > 1 ? "s"sv : ""sv,
BlockHashes.size() - HasResult.Needs.size(),