good morning!!!!

Skip to content
Snippets Groups Projects
Commit 9a06efd0 authored by Viktor Trón's avatar Viktor Trón
Browse files

new logger API for upstream merge

parent 6763d28a
No related branches found
No related tags found
Loading
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment