summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index f2e4f11..42b8950 100644
--- a/main.go
+++ b/main.go
@@ -85,7 +85,9 @@ func main() {
if err != nil {
log.Info("updateDroplet() error", filename)
log.Info("updateDroplet() error", d.pb.Hostname, err)
+ log.Info("libvirt XML will have to be fixed by hand")
ok = false
+ os.Exit(-1)
}
}
}