1. 14 11月, 2016 1 次提交
    • E
      vsh: Drop conditional error reporting in vshErrorHandler · b98b3b74
      Erik Skultety 提交于
      First, since commit 834c5720 the error reporting within the vshErrorHandler
      doesn't work because there was a lot of renaming going on (dull mechanical
      renaming without much thinking about it, yep - shame on me) and so the original
      env variable VIRSH_DEBUG got renamed to VSH_DEBUG which we don't support nor
      document anywhere. Second, by specifying this env variable, the last libvirt
      error gets reported twice despite the fact we say the error reporting should be
      deferred until the command finishes, and last but not least the vintage code's
      logic is a bit 'odd', since the error would get reported iff the env variable
      is set, even if the value should be equal to our DEFAULT value in which case it
      doesn't make sense that we behave differently when an env variable is set to
      some value and when there's no env variable at all but we use the same value
      automatically as default.
      Signed-off-by: NErik Skultety <eskultet@redhat.com>
      b98b3b74
  2. 13 11月, 2016 1 次提交
  3. 12 11月, 2016 1 次提交
  4. 11 11月, 2016 27 次提交
  5. 10 11月, 2016 7 次提交
  6. 09 11月, 2016 3 次提交