Skip to content

Commit

Permalink
Banmanager: Move 'creating' message from warningstream to infostream (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat authored and nerzhul committed Aug 19, 2017
1 parent d1a39f0 commit e53d8a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ban.cpp
Expand Up @@ -33,8 +33,8 @@ BanManager::BanManager(const std::string &banfilepath):
try {
load();
} catch(SerializationError &e) {
warningstream<<"BanManager: creating "
<<m_banfilepath<<std::endl;
infostream << "BanManager: creating "
<< m_banfilepath << std::endl;
}
}

Expand Down

0 comments on commit e53d8a7

Please sign in to comment.