projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b6cce1
)
Fix log output in ban.cpp
author
Perttu Ahola
<celeron55@gmail.com>
Sun, 11 Mar 2012 10:12:21 +0000
(12:12 +0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Sun, 11 Mar 2012 10:12:21 +0000
(12:12 +0200)
src/ban.cpp
patch
|
blob
|
history
diff --git
a/src/ban.cpp
b/src/ban.cpp
index 7fa8eb058efbb21c95637ce3475cad72297b7496..cf1b8d6676151a1c51df52d71acf08ed26662705 100644
(file)
--- a/
src/ban.cpp
+++ b/
src/ban.cpp
@@
-80,7
+80,7
@@
void BanManager::save()
if(os.good() == false)
{
- infostream<<"BanManager: failed
loading from
"<<m_banfilepath<<std::endl;
+ infostream<<"BanManager: failed
saving to
"<<m_banfilepath<<std::endl;
throw SerializationError("BanManager::load(): Couldn't open file");
}