cosmetics

This commit is contained in:
Bernardo Damele 2011-04-21 10:17:41 +00:00
parent 11ecd16099
commit 8d8fc2bbd8
3 changed files with 4 additions and 4 deletions

View File

@ -93,7 +93,7 @@ def __oneShotErrorUse(expression, field):
threadData.lastRequestUID else None, re.DOTALL | re.IGNORECASE)
if trimmed:
warnMsg = "possible server trimmed output detected (due to it's length): "
warnMsg = "possible server trimmed output detected (due to its length): "
warnMsg += trimmed
logger.warn(warnMsg)

View File

@ -79,7 +79,7 @@ def __oneShotUnionUse(expression, unpack=True):
if headers else None), payload, True), re.DOTALL | re.IGNORECASE)
if trimmed:
warnMsg = "possible server trimmed output detected (due to it's length): "
warnMsg = "possible server trimmed output detected (due to its length): "
warnMsg += trimmed
logger.warn(warnMsg)