Add logging to try and figure out what is going on with the presence stuff

This commit is contained in:
Erik Johnston 2014-08-28 14:58:51 +01:00
parent b485d622cc
commit b8b52ca09d
4 changed files with 66 additions and 3 deletions

View file

@ -81,4 +81,4 @@ class PaginationConfig(object):
return (
"<PaginationConfig from_tok=%s, to_tok=%s, "
"direction=%s, limit=%s>"
) % (self.from_tok, self.to_tok, self.direction, self.limit)
) % (self.from_token, self.to_token, self.direction, self.limit)