aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ethereal/ui/qml_app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/ui/qml_app.go b/ethereal/ui/qml_app.go
index d47751616..39ab7f922 100644
--- a/ethereal/ui/qml_app.go
+++ b/ethereal/ui/qml_app.go
@@ -22,7 +22,7 @@ func NewQmlApplication(path string, lib *UiLib) *QmlApplication {
func (app *QmlApplication) Create() error {
component, err := app.engine.LoadFile(app.path)
if err != nil {
- ethutil.Config.Log.Debugln(err)
+ logger.Warnln(err)
}
app.win = component.CreateWindow(nil)