diff options
Diffstat (limited to 'libpathod/pathod.py')
-rw-r--r-- | libpathod/pathod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/pathod.py b/libpathod/pathod.py index e4a14193..9d155301 100644 --- a/libpathod/pathod.py +++ b/libpathod/pathod.py @@ -30,7 +30,7 @@ class PathodHandler(tcp.BaseHandler): parts = http.parse_init_http(line) if not parts: - s = "Invalid first line: %s"%line.rstrip() + s = "Invalid first line: %s"%repr(line) self.info(s) self.server.add_log( dict( |