Browse Source

[trac547] removed line feed code in the error message

Naoki Kambe 14 years ago
parent
commit
8eb1d7a043
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/stats/stats_httpd.py.in

+ 1 - 1
src/bin/stats/stats_httpd.py.in

@@ -478,4 +478,4 @@ if __name__ == "__main__":
     except HttpServerError as hse:
         sys.exit("[b10-stats-httpd] %s" % hse)
     except KeyboardInterrupt as kie:
-        sys.exit("[b10-stats-httpd] Interrupted, exiting\n")
+        sys.exit("[b10-stats-httpd] Interrupted, exiting")