projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1a39f0
)
Banmanager: Move 'creating' message from warningstream to infostream (#6277)
author
Paramat
<paramat@users.noreply.github.com>
Sat, 19 Aug 2017 06:06:22 +0000
(07:06 +0100)
committer
Loïc Blot
<nerzhul@users.noreply.github.com>
Sat, 19 Aug 2017 06:06:22 +0000
(08:06 +0200)
src/ban.cpp
patch
|
blob
|
history
diff --git
a/src/ban.cpp
b/src/ban.cpp
index 6a747948bb06ecf84b6b12fceb893cd138d2f077..053e799be2b9d4f730ce72034301ffa8577f9d67 100644
(file)
--- a/
src/ban.cpp
+++ b/
src/ban.cpp
@@
-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;
}
}