diff options
| author | obscuren <geffobscura@gmail.com> | 2014-06-27 01:53:03 +0800 |
|---|---|---|
| committer | obscuren <geffobscura@gmail.com> | 2014-06-27 01:53:03 +0800 |
| commit | fd89df4d386f75f103808c2766c3a837e07ab651 (patch) | |
| tree | 7b69cfda3c5dbc8431657ec34629c56bcdec0d8f /ethereal/ui/html_container.go | |
| parent | b57ee874852cc49210c68dce14eb45db448d9ae7 (diff) | |
| parent | 91bdf9e8012cb396f5fa08765190d76e758fb6a0 (diff) | |
| download | go-tangerine-fd89df4d386f75f103808c2766c3a837e07ab651.tar go-tangerine-fd89df4d386f75f103808c2766c3a837e07ab651.tar.gz go-tangerine-fd89df4d386f75f103808c2766c3a837e07ab651.tar.bz2 go-tangerine-fd89df4d386f75f103808c2766c3a837e07ab651.tar.lz go-tangerine-fd89df4d386f75f103808c2766c3a837e07ab651.tar.xz go-tangerine-fd89df4d386f75f103808c2766c3a837e07ab651.tar.zst go-tangerine-fd89df4d386f75f103808c2766c3a837e07ab651.zip | |
Merge branch 'develop' into release/0.5.15
Diffstat (limited to 'ethereal/ui/html_container.go')
| -rw-r--r-- | ethereal/ui/html_container.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ethereal/ui/html_container.go b/ethereal/ui/html_container.go index 3867c0353..d7dc80af7 100644 --- a/ethereal/ui/html_container.go +++ b/ethereal/ui/html_container.go @@ -96,11 +96,11 @@ func (app *HtmlApplication) NewWatcher(quitChan chan bool) { app.watcher.Close() break out case <-app.watcher.Event: - //ethutil.Config.Log.Debugln("Got event:", ev) + //logger.Debugln("Got event:", ev) app.webView.Call("reload") case err := <-app.watcher.Error: // TODO: Do something here - ethutil.Config.Log.Infoln("Watcher error:", err) + logger.Infoln("Watcher error:", err) } } }() |
