Revision ff73280e

b/lib/backend.py
399 399
                                logfile)
400 400

  
401 401
  result = utils.RunCmd(command)
402

  
403 402
  if result.failed:
404
    logger.Error("os create command '%s' returned error: %s"
403
    logger.Error("os create command '%s' returned error: %s, logfile: %s,"
405 404
                 " output: %s" %
406
                 (command, result.fail_reason, result.output))
405
                 (command, result.fail_reason, logfile, result.output))
407 406
    return False
408 407

  
409 408
  return True

Also available in: Unified diff