X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/blobdiff_plain/8a6059dce20caaceec16d4773f883aa2ddbe5ce3..refs/tags/sipb-xen-remote-server/0.10:/files/usr/sbin/sipb-xen-remote-control diff --git a/files/usr/sbin/sipb-xen-remote-control b/files/usr/sbin/sipb-xen-remote-control index e61cb72..3ee3e70 100755 --- a/files/usr/sbin/sipb-xen-remote-control +++ b/files/usr/sbin/sipb-xen-remote-control @@ -30,7 +30,7 @@ def main(argv): stdout=PIPE, stderr=PIPE) (out, err) = p.communicate() if p.returncode == 1: - print >>sys.stderr, "machine '%s' is not on" % machine_name + print >>sys.stderr, "ERROR: invalid command" return 1 sys.stderr.write(err) sys.stdout.write(out)