Skip to content

Commit e53d8a7

Browse files
paramatnerzhul
authored andcommittedAug 19, 2017
Banmanager: Move 'creating' message from warningstream to infostream (#6277)
1 parent d1a39f0 commit e53d8a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎src/ban.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ BanManager::BanManager(const std::string &banfilepath):
3333
try {
3434
load();
3535
} catch(SerializationError &e) {
36-
warningstream<<"BanManager: creating "
37-
<<m_banfilepath<<std::endl;
36+
infostream << "BanManager: creating "
37+
<< m_banfilepath << std::endl;
3838
}
3939
}
4040

0 commit comments

Comments
 (0)
Please sign in to comment.