aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/ext_app.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mist/ext_app.go')
-rw-r--r--cmd/mist/ext_app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/ext_app.go b/cmd/mist/ext_app.go
index cb014aec4..8af9778bc 100644
--- a/cmd/mist/ext_app.go
+++ b/cmd/mist/ext_app.go
@@ -74,7 +74,7 @@ func (app *ExtApplication) run() {
err := app.container.Create()
if err != nil {
- logger.Errorln(err)
+ guilogger.Errorln(err)
return
}