diff options
Diffstat (limited to 'importDomain.go')
| -rw-r--r-- | importDomain.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/importDomain.go b/importDomain.go index ffc0614..c50ef60 100644 --- a/importDomain.go +++ b/importDomain.go @@ -41,7 +41,9 @@ func importDomain(w http.ResponseWriter, r *http.Request) (string, error) { fmt.Fprintln(w, result) return result, nil } - result := start + " local ready to import from hypervisor" + result := start + "about to attempt import " + result += "(" + d.LocalOnly + ")" + result += " " + d.Hostname log.Log(WARN, result) fmt.Fprintln(w, result) return result, nil |
