diff options
| author | Dan Engelbrecht <[email protected]> | 2025-11-07 11:22:45 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-11-07 11:22:45 +0100 |
| commit | fa2b84a47a305bc3364eb71194b347d981e3c9fe (patch) | |
| tree | e0e3ae5a3c3b22e14dc68bcb08433e6b67ebaa54 /src/zenremotestore/builds | |
| parent | remotestore op refactorings (#637) (diff) | |
| download | zen-fa2b84a47a305bc3364eb71194b347d981e3c9fe.tar.xz zen-fa2b84a47a305bc3364eb71194b347d981e3c9fe.zip | |
move progress bar to separate file (#638)
* move progress bar to separate file
Diffstat (limited to 'src/zenremotestore/builds')
| -rw-r--r-- | src/zenremotestore/builds/buildstorageoperations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenremotestore/builds/buildstorageoperations.cpp b/src/zenremotestore/builds/buildstorageoperations.cpp index 747aa7631..d8ae9c5a7 100644 --- a/src/zenremotestore/builds/buildstorageoperations.cpp +++ b/src/zenremotestore/builds/buildstorageoperations.cpp @@ -1336,7 +1336,7 @@ BuildsOperationUpdateFolder::Execute(FolderContent& OutLocalFolderState) if (!m_Options.IsQuiet) { ZEN_OPERATION_LOG_INFO(m_LogOutput, - "Analisys of partial block requests saves download of {} out of {} ({:.1f}%) using {} extra " + "Analysis of partial block requests saves download of {} out of {} ({:.1f}%) using {} extra " "requests. Completed in {}", NiceBytes(TotalSavedBlocksSize), NiceBytes(NonPartialTotalBlockBytes), |