소스 검색

Match error output string format

Max Zinkus 6 년 전
부모
커밋
6dd8a5e212
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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