Skip to content

Commit

Permalink
Fix a log output.
Browse files Browse the repository at this point in the history
  • Loading branch information
herve-er committed Oct 14, 2024
1 parent c4158f4 commit 369582a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ void PlatformInconsistencyCheckerWorker::blacklistNode(const std::shared_ptr<Nod
inconsistencyType);
_syncPal->addError(error);

LOGW_SYNCPAL_INFO(_logger, L"Blacklisting " << node->side() << " item with "
LOGW_SYNCPAL_INFO(_logger, L"Blacklisting " << node->side() << L" item with "
<< Utility::formatSyncPath(node->getPath()).c_str() << L" because "
<< inconsistencyType << L".");

Expand Down

0 comments on commit 369582a

Please sign in to comment.