Skip to content

Commit

Permalink
Merge pull request #37 from Shareong/main
Browse files Browse the repository at this point in the history
update git format
  • Loading branch information
ywy2090 authored Mar 15, 2024
2 parents 11f0b66 + 8e4f43a commit 73e45cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcos-utilities/BoostLogInitializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ void BoostLogInitializer::initLog(boost::property_tree::ptree const& _pt,
std::string const& _logger, std::string const& _logPrefix)
{
// replace ~ with %, because only % is used as escape character in boost log
char toReplace = '~';
char toReplace = '`';
char replacement = '%';

m_running.store(true);
Expand Down

0 comments on commit 73e45cb

Please sign in to comment.