clean up some debug warning stuff

This commit is contained in:
DarthArgus
2016-01-31 01:56:05 -06:00
parent 973639632b
commit dd6cfa8399
4 changed files with 59 additions and 71 deletions
@@ -100,12 +100,9 @@ jstring JNICALL ScriptMethodsStringNamespace::getString(JNIEnv *env, jobject sel
JavaString result(localized);
return result.getReturnValue();
}
#ifdef DEBUG
else
{
WARNING(true, ("JavaLibrary::log failed to localize the stringId(%s, %s)", table.c_str(), asciiId.c_str()));
}
#endif
DEBUG_WARNING(true, ("JavaLibrary::log failed to localize the stringId(%s, %s)", table.c_str(), asciiId.c_str()));
return 0;
} // JavaLibrary::getString