new logger API for upstream merge

This commit is contained in:
zelig 2014-06-25 18:28:38 +01:00
parent 6763d28a17
commit 9a06efd080
1 changed files with 1 additions and 1 deletions

View File

@ -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)