From 28dfdddc0e34bad5a60a0e4a8534fef2007a0423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Tue, 28 Oct 2014 05:28:13 +0100 Subject: [PATCH] Minor fixes in messages --- dom0-updates/qubes-dom0-update | 2 +- qrexec/qrexec-policy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dom0-updates/qubes-dom0-update b/dom0-updates/qubes-dom0-update index 5910d52..8ba238a 100755 --- a/dom0-updates/qubes-dom0-update +++ b/dom0-updates/qubes-dom0-update @@ -115,7 +115,7 @@ fi # becuase otherwise yum might complain about future timestamps qvm-sync-clock -echo "Using $UPDATEVM as updatevm to download updates for Dom0, this may take some of time..." >&2 +echo "Using $UPDATEVM as UpdateVM to download updates for Dom0; this may take some time..." >&2 # Start VM if not running already qvm-run $QVMRUN_OPTS -a $UPDATEVM true || exit 1 diff --git a/qrexec/qrexec-policy b/qrexec/qrexec-policy index 501d0f4..95d81ca 100755 --- a/qrexec/qrexec-policy +++ b/qrexec/qrexec-policy @@ -168,7 +168,7 @@ def main(): if not validate_target(target): print >> sys.stderr, "Rpc failed (unknown domain):", domain, target, exec_index - text = "Domain '%s' doesn't exists (service %s called by domain %s)." % ( + text = "Domain '%s' doesn't exist (service %s called by domain %s)." % ( target, exec_index, domain) subprocess.call(["/usr/bin/zenity", "--error", "--text", text]) os.execl(QREXEC_CLIENT, "qrexec-client", "-d", domain, "-l", "/bin/false", "-c", process_ident)