forked from cerc-io/plugeth
new logger API for upstream merge
This commit is contained in:
parent
6763d28a17
commit
9a06efd080
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user