summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 51b9f71..366687e 100644
--- a/main.go
+++ b/main.go
@@ -55,7 +55,7 @@ func main() {
log.Info("create failed", err)
os.Exit(-1)
}
- log.Info("create worked")
+ log.Info("virtigoctl create end")
os.Exit(0)
}
if argv.Start != nil {