summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-25 15:01:16 -0500
committerJeff Carr <[email protected]>2024-10-25 15:01:16 -0500
commit9451e162a042d648270050d91be0bf1f4dee1e7e (patch)
treebca3bcfb02d9a614449a01982144dce59d8540c2 /main.go
parent7af7c876e46fa0444ea0930cfab599922a2367d2 (diff)
ignore bridge name changes by default
Signed-off-by: Jeff Carr <[email protected]>
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)
}
}
}