X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Freservation.py;h=a81cd04f9f8d2c4ae3037f1866011bc7f61587e3;hb=64a52b4fcce7aa0d05d77b552d39ca1e99f0553f;hp=d87383559161307a0a1bbdfce16352f441e15430;hpb=cdf732863cd300caf8222c59e3f38256d9e04fca;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)