summaryrefslogtreecommitdiff
path: root/start.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-26 20:09:33 -0500
committerJeff Carr <[email protected]>2024-10-26 20:09:33 -0500
commit170f548a619b0380acb8137f24ffce0478e0b753 (patch)
tree33872391a050d9f6be9a2c4df79450a9d1cf3d77 /start.go
parent970e6c24dc98d81e1726db3afe1dca8a67ad4832 (diff)
start worked from protobuf
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'start.go')
-rw-r--r--start.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.go b/start.go
index 7c28f76..4bd3844 100644
--- a/start.go
+++ b/start.go
@@ -14,7 +14,7 @@ import (
func newStart(start string, d *pb.Droplet) error {
// d := me.cluster.FindDroplet(start)
if d == nil {
- log.Info("droplet is unknown:", start)
+ log.Info("log.Info: droplet is unknown:", start)
return errors.New("droplet is unknown: " + start)
}
log.Info("start droplet here:", d.Hostname)