In part so that the testing harness can see what's going on afterwards.
While we're here add a newline to the "manually add XSAs" message.
Signed-off-by: George Dunlap <george.dunlap@citrix.com>
var limit XenVersion
init := false
- var sm SecurityMeta
+ sm := &G.config.Security
err = sm.Load()
if err != nil {
if init {
fmt.Printf("New global.meta created. You probably need to" +
- "manually enter outstanding XSAs for each version.")
+ "manually enter outstanding XSAs for each version.\n")
}
err = sm.Save()