X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/blobdiff_plain/c7a4b1ed77b6091d7a9bf27c59e098bdff84474e..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)