7172430: [macosx] debug message in non debug jdk build

Reviewed-by: anthony, serb
This commit is contained in:
Alexander Zuev 2012-06-19 21:09:03 +04:00
parent 4406545ed5
commit 0930b183d6

View File

@ -188,7 +188,9 @@ AWT_ASSERT_APPKIT_THREAD;
#endif
}
} else {
#if IM_DEBUG
NSLog(@"-> IM does not want to handle event");
#endif
[self deliverJavaMouseEvent: event];
}
}