Revision 3b9e6a30 lib/bootstrap.py

b/lib/bootstrap.py
315 315

  
316 316
  if not rpc.call_upload_file(cfg.GetNodeList(),
317 317
                              ss.KeyToFilename(ss.SS_MASTER_NODE)):
318
    logger.Error("could not distribute the new simple store master file"
319
                 " to the other nodes, please check.")
318
    logging.error("could not distribute the new simple store master file"
319
                  " to the other nodes, please check.")
320 320

  
321 321
  if not rpc.call_node_start_master(new_master, True):
322 322
    logging.error("could not start the master role on the new master"

Also available in: Unified diff