Skip to content

Commit

Permalink
Merge pull request kivy#3182 from kivy/dessant-patch-1
Browse files Browse the repository at this point in the history
Remove 's' from cache log message
  • Loading branch information
dessant committed Mar 23, 2015
2 parents f5d24e3 + 29ff848 commit 723ae61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kivy/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def register(category, limit=None, timeout=None):
'timeout': timeout}
Cache._objects[category] = {}
Logger.debug(
'Cache: register <%s> with limit=%s, timeout=%ss' %
'Cache: register <%s> with limit=%s, timeout=%s' %
(category, str(limit), str(timeout)))

@staticmethod
Expand Down

0 comments on commit 723ae61

Please sign in to comment.