diff options
| author | Jeff Carr <[email protected]> | 2024-10-24 15:14:47 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-24 15:14:47 -0500 |
| commit | 63e750ce89e98fdc1fad7f1cb6a10c798cfc94b2 (patch) | |
| tree | a401f06364ed6d4e8b62fdf8d6db576b11df3dd8 /xml.go | |
| parent | aa742d099d62697a8399ed5f8f46122710eef0e9 (diff) | |
cleanup help
Signed-off-by: Jeff Carr <[email protected]>
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) |
