fix: passing std::string object to CCLOG

This commit is contained in:
Leon 2011-07-20 08:45:37 +08:00
parent d2d02e0c52
commit 5f1f63dabf
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ CCTexture2D * CCTextureCache::addPVRImage(const char* path)
}
else
{
CCLOG("cocos2d: Couldn't add PVRImage:%s in CCTextureCache",key);
CCLOG("cocos2d: Couldn't add PVRImage:%s in CCTextureCache",key.c_str());
}
return tex;