This commit is contained in:
Andrea Cavalli 2021-05-27 12:21:51 +02:00
parent e38303a30a
commit 2066dfce4d
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ static constexpr jint JAVA_VERSION = JNI_VERSION_1_6;
static JavaVM *java_vm;
static jclass log_class;
static void on_log_message_(int verbosity_level, const char *error_message) {
static void on_log_message(int verbosity_level, const char *error_message) {
if (verbosity_level != 0) {
return;
}