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:
6764365
)
Fix log message in tooldef.cpp
author
Perttu Ahola
<celeron55@gmail.com>
Sat, 3 Dec 2011 22:35:08 +0000
(
00:35
+0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Sat, 3 Dec 2011 22:35:08 +0000
(
00:35
+0200)
src/tooldef.cpp
patch
|
blob
|
history
diff --git
a/src/tooldef.cpp
b/src/tooldef.cpp
index e9fe134734556d72d9ff6f7248f5274dc93cf5b7..3b7863ba14345910e55fa0a3d639d6e352a318aa 100644
(file)
--- a/
src/tooldef.cpp
+++ b/
src/tooldef.cpp
@@
-139,7
+139,7
@@
public:
bool alias_removed = (m_aliases.erase(toolname) != 0);
if(alias_removed)
infostream<<"tdef: erased alias "<<toolname
- <<" because
node
was defined"<<std::endl;
+ <<" because
tool
was defined"<<std::endl;
return true;
}