diff options
Diffstat (limited to 'doEditor.go')
| -rw-r--r-- | doEditor.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doEditor.go b/doEditor.go index 25051a3..acaf75c 100644 --- a/doEditor.go +++ b/doEditor.go @@ -32,7 +32,7 @@ func doEditor() error { log.Error(err) } os.Remove("/tmp/regex.ready") - log.Infof("SessionID: %s", string(content)) + log.Info("SessionID: %s", string(content)) logContent, err := ioutil.ReadFile("/tmp/regex.log") if err != nil { |
