diff --git a/lib/Xen/Tools/Common.pm b/lib/Xen/Tools/Common.pm index 1fc363f..7f3d0b3 100644 --- a/lib/Xen/Tools/Common.pm +++ b/lib/Xen/Tools/Common.pm @@ -318,6 +318,8 @@ sub setupAdminUsers ($) } +=head2 fail_with_config + =begin doc Properly set $CONFIG{FAIL} on die @@ -337,6 +339,8 @@ sub fail_with_config ($$) +=head2 logonly_with_config + =begin doc Print the given string to the logfile. @@ -359,6 +363,8 @@ sub logonly_with_config ($$) } +=head2 logprint_with_config + =begin doc Print the given string both to our screen, and to the logfile.