X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Freservation.py;h=a81cd04f9f8d2c4ae3037f1866011bc7f61587e3;hb=db1f4974bb5e2f250152890207c9164f8fa4a852;hp=d87383559161307a0a1bbdfce16352f441e15430;hpb=8e84293a0db05b00dcb049b912397b5c3230e31e;p=nodemanager.git diff --git a/plugins/reservation.py b/plugins/reservation.py index d873835..a81cd04 100644 --- a/plugins/reservation.py +++ b/plugins/reservation.py @@ -243,7 +243,7 @@ class reservation: # when the underlying worker is not entirely initialized yet pass except: - logger.log_exc("reservation.suspend_slice: Could not stop slice %s through its worker"%slicename) + logger.log_exc("reservation.suspend_slice: Could not stop slice through its worker",name=slicename) # we hope the status line won't return anything self.debug_box('after suspending',slicename) @@ -276,6 +276,6 @@ class reservation: logger.log("reservation: Located record at the db %r"%record) worker.start(record) except: - logger.log_exc("reservation.restart_slice: Could not start slice %s through its worker"%slicename) + logger.log_exc("reservation.restart_slice: Could not start slice through its worker",name=slicename) # we hope the status line won't return anything self.debug_box('after restarting',slicename)