diff options
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -68,8 +68,8 @@ func okHandler(w http.ResponseWriter, r *http.Request) { fmt.Fprintln(w, result) return } - log.Info("virtigo import ended here with error = nil") - fmt.Fprintln(w, "virtigo import ends here with error = nil") + log.Info("virtigo import worked") + fmt.Fprintln(w, "virtigo import worked") return } |
