We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05aaef3 commit 873f268Copy full SHA for 873f268
cocos/2d/CCNode.cpp
@@ -1104,7 +1104,7 @@ void Node::removeChildByTag(int tag, bool cleanup/* = true */)
1104
1105
if (child == nullptr)
1106
{
1107
- CCLOG("cocos2d: removeChildByTag(tag = %d): child not found!", tag);
+ CCLOGINFO("cocos2d: removeChildByTag(tag = %d): child not found!", tag);
1108
}
1109
else
1110
@@ -1120,7 +1120,7 @@ void Node::removeChildByName(const std::string &name, bool cleanup)
1120
1121
1122
1123
- CCLOG("cocos2d: removeChildByName(name = %s): child not found!", name.c_str());
+ CCLOGINFO("cocos2d: removeChildByName(name = %s): child not found!", name.c_str());
1124
1125
1126
0 commit comments