diff options
Diffstat (limited to 'xml.go')
| -rw-r--r-- | xml.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
