Fixed log message logger

This commit is contained in:
nathan 2017-07-15 18:37:47 +02:00
parent f143dff1fd
commit e8c42ae48d
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class Swt {
} }
} }
} catch (Throwable e) { } catch (Throwable e) {
LoggerFactory.getLogger(Framework.class).debug("Error detecting if SWT is loaded", e); LoggerFactory.getLogger(Swt.class).debug("Error detecting if SWT is loaded", e);
} }
isLoaded = isSwtLoaded_; isLoaded = isSwtLoaded_;