From 9a06efd0809c370451c5e85ce4688104cd5df461 Mon Sep 17 00:00:00 2001
From: zelig <viktor.tron@gmail.com>
Date: Wed, 25 Jun 2014 18:28:38 +0100
Subject: new logger API for upstream merge

---
 ethereal/ui/qml_app.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'ethereal')

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)
 
-- 
cgit v1.2.3