From 6a6fb3b140145406e97ac5942923399f5694ba51 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 12 Dec 2016 01:10:02 +0100 Subject: [PATCH] Changed incorrect error -> debug log --- src/dorkbox/systemTray/jna/linux/Gtk.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dorkbox/systemTray/jna/linux/Gtk.java b/src/dorkbox/systemTray/jna/linux/Gtk.java index 7e5d746..ad58b82 100644 --- a/src/dorkbox/systemTray/jna/linux/Gtk.java +++ b/src/dorkbox/systemTray/jna/linux/Gtk.java @@ -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() {