mirror of https://github.com/kivy/kivy.git
Remove 's' from cache log message
This commit is contained in:
parent
f5d24e39b5
commit
29ff848512
|
@ -57,7 +57,7 @@ class Cache(object):
|
|||
'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
|
||||
|
|
Loading…
Reference in New Issue