summaryrefslogtreecommitdiff
path: root/xml.go
diff options
context:
space:
mode:
Diffstat (limited to 'xml.go')
-rw-r--r--xml.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/xml.go b/xml.go
index b100b14..2584a54 100644
--- a/xml.go
+++ b/xml.go
@@ -96,6 +96,7 @@ func readXml(filename string) (*libvirtxml.Domain, error) {
}
if domcfg.Name != hostname {
+ log.Info("ERROR: filename:", filename)
log.Info("ERROR: domcfg.Name != name", domcfg.Name, hostname)
log.Info("ERROR: xml filenames must match the xml name")
os.Exit(-1)