Explorar el Código

Match error output string format

Max Zinkus hace 6 años
padre
commit
6dd8a5e212
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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():
     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)
     app = Qubes()
     clockvm = app.clockvm