Browse Source

Match error output string format

Max Zinkus 6 years ago
parent
commit
6dd8a5e212
1 changed files with 1 additions and 1 deletions
  1. 1 1
      qvm-tools/qvm-sync-clock

+ 1 - 1
qvm-tools/qvm-sync-clock

@@ -27,7 +27,7 @@ from qubesadmin import Qubes
 
 
 def main():
 def main():
     if os.geteuid() != 0:
     if os.geteuid() != 0:
-        sys.stderr.write('This program must be run as root to set the date.')
+        sys.stderr.write('This program must be run as root to set the date, aborting!\n')
         sys.exit(1)
         sys.exit(1)
     app = Qubes()
     app = Qubes()
     clockvm = app.clockvm
     clockvm = app.clockvm