diff --git a/src/mono/mono/mini/mini.c b/src/mono/mono/mini/mini.c index 11141bc79d4ef..7d24fe6374b6c 100644 --- a/src/mono/mono/mini/mini.c +++ b/src/mono/mono/mini/mini.c @@ -3880,7 +3880,7 @@ mini_method_compile (MonoMethod *method, guint32 opts, JitFlags flags, int parts if (!cfg->disable_llvm) mono_llvm_emit_method (cfg); if (cfg->disable_llvm) { - if (cfg->verbose_level >= (cfg->llvm_only ? 0 : 1)) { + if (cfg->verbose_level > 0) { //nm = mono_method_full_name (cfg->method, TRUE); printf ("LLVM failed for '%s.%s': %s\n", m_class_get_name (method->klass), method->name, cfg->exception_message); //g_free (nm);