Changed incorrect error -> debug log

This commit is contained in:
nathan 2016-12-12 01:10:02 +01:00
parent dac3d09764
commit 6a6fb3b140

View File

@ -187,7 +187,7 @@ class Gtk {
if (!alreadyRunningGTK ) {
// If JavaFX/SWT is used, this is UNNECESSARY (we can detect if the GTK main_loop is running)
if (SystemTray.DEBUG) {
logger.error("Running GTK Native Event Loop");
logger.debug("Running GTK Native Event Loop");
}
gtkUpdateThread = new Thread() {