[Pkg-xen-changes] r1016 - trunk/xen/debian

Bastian Blank waldi at alioth.debian.org
Sun May 6 18:03:22 UTC 2012


Author: waldi
Date: Sun May  6 18:03:21 2012
New Revision: 1016

Log:
debian/xen-utils-common.xendomains.init: Update.

Modified:
   trunk/xen/debian/xen-utils-common.xendomains.init

Modified: trunk/xen/debian/xen-utils-common.xendomains.init
==============================================================================
--- trunk/xen/debian/xen-utils-common.xendomains.init	Sun May  6 18:01:39 2012	(r1015)
+++ trunk/xen/debian/xen-utils-common.xendomains.init	Sun May  6 18:03:21 2012	(r1016)
@@ -72,7 +72,7 @@
   for file in $XENDOMAINS_SAVE/*; do
     if [ -f $file ] ; then
       name="${file##*/}"
-      log_action_begin_msg "Restoring Xen domain $name ($file)"
+      log_action_begin_msg "Restoring Xen domain $name (from $file)"
 
       out=$(xen restore "$file" 2>&1 1>/dev/null)
       case "$?" in
@@ -102,7 +102,7 @@
     if [ "${domains[$name]}" = started ] || check_running "$name"; then
       log_action_msg "Xen domain $name already running"
     else
-      log_action_begin_msg "Starting Xen domain $name ($file)"
+      log_action_begin_msg "Starting Xen domain $name (from $file)"
 
       if [ "${domains[$name]}" = failed ]; then
         log_action_end_msg 1 "restore failed"



More information about the Pkg-xen-changes mailing list