Skip to content

Commit 9c4da6c

Browse files
Update src/Mono.Android/Android.Runtime/JNINativeWrapper.cs
Co-authored-by: Jonathan Pryor <jonpryor@vt.edu>
1 parent eab759f commit 9c4da6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mono.Android/Android.Runtime/JNINativeWrapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static Delegate CreateDelegate (Delegate dlg)
4242
return result;
4343

4444
if (JNIEnv.LogAssemblyCategory) {
45-
JNIEnv.monodroid_log (LogLevel.Warn, LogCategories.Default, $"Falling back to System.Reflection.Emit for delegate type '{delegateType}': {dlg.Method}");
45+
JNIEnv.monodroid_log (LogLevel.Debug, LogCategories.Assembly, $"Falling back to System.Reflection.Emit for delegate type '{delegateType}': {dlg.Method}");
4646
}
4747

4848
var ret_type = dlg.Method.ReturnType;

0 commit comments

Comments
 (0)