|
@@ -64,7 +64,7 @@ class htlogr:
|
64
|
64
|
"message not logged" % r.status)
|
65
|
65
|
return_msg = r.read()
|
66
|
66
|
except httplib.BadStatusLine as e:
|
67
|
|
- return_msg = ("httplib does not like thie line:\n\n %s"
|
|
67
|
+ return_msg = ("httplib does not like this line:\n\n %s"
|
68
|
68
|
% e.line)
|
69
|
69
|
except:
|
70
|
70
|
return_msg = ("something bad happened. We don't know what"
|