decrease logging verbosity - CCFileUtils-android

This commit is contained in:
Mircea Rila 2014-10-16 13:03:39 +03:00
parent 064f0d9042
commit 0678601f61
1 changed files with 1 additions and 1 deletions

View File

@ -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");