mirror of https://github.com/axmolengine/axmol.git
decrease logging verbosity - CCFileUtils-android
This commit is contained in:
parent
064f0d9042
commit
0678601f61
|
@ -208,7 +208,7 @@ Data FileUtilsAndroid::getData(const std::string& filename, bool forString)
|
|||
} else {
|
||||
relativePath += fullPath;
|
||||
}
|
||||
LOGD("relative path = %s", relativePath.c_str());
|
||||
CCLOGINFO("relative path = %s", relativePath.c_str());
|
||||
|
||||
if (nullptr == FileUtilsAndroid::assetmanager) {
|
||||
LOGD("... FileUtilsAndroid::assetmanager is nullptr");
|
||||
|
|
Loading…
Reference in New Issue