Revision 3f1cf151 tools/cluster-merge

b/tools/cluster-merge
218 218

  
219 219
    if result.failed:
220 220
      logging.warning("Unable to continue watcher. Fail reason: %s;"
221
                      " output: %s" % (result.fail_reason,
222
                                       result.output))
221
                      " output: %s", result.fail_reason, result.output)
223 222

  
224 223
  def _StopDaemons(self):
225 224
    """Stop all daemons on merging nodes.
......
433 432
          }
434 433
        logging.critical("In order to rollback do the following:")
435 434
        for step in rbsteps:
436
          logging.critical("  * %s" % (step % info))
435
          logging.critical("  * %s", step % info)
437 436
      else:
438 437
        logging.critical("Nothing to rollback.")
439 438

  

Also available in: Unified diff