mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 16:17:22 +00:00
new logger API for upstream merge
This commit is contained in:
parent
6763d28a17
commit
9a06efd080
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue