summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-01 11:17:52 -0500
committerJeff Carr <[email protected]>2024-11-01 11:17:52 -0500
commit301fe567e2318c318c073226475f83941e5da6be (patch)
tree7fd545d73597a705d4560669c0661347e9ac7114 /http.go
parent2c1c3482fe6b55cf8142e1ad9b2aab5813e44c44 (diff)
getting down to the nitty gritty
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'http.go')
-rw-r--r--http.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/http.go b/http.go
index 727bc99..363ab71 100644
--- a/http.go
+++ b/http.go
@@ -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
}