Revision 9798fcae

b/lib/hypervisor/hv_kvm.py
458 458
    if result.failed:
459 459
      msg = ("Failed to send command '%s' to instance %s."
460 460
             " output: %s, error: %s, fail_reason: %s" %
461
             (instance.name, result.stdout, result.stderr, result.fail_reason))
461
             (command, instance_name,
462
              result.stdout, result.stderr, result.fail_reason))
462 463
      raise errors.HypervisorError(msg)
463 464

  
464 465
    return result

Also available in: Unified diff