From 29ff84851204c9588b5de06b8d3fe516cb28d625 Mon Sep 17 00:00:00 2001 From: dessant Date: Mon, 23 Mar 2015 18:07:28 +0200 Subject: [PATCH] Remove 's' from cache log message --- kivy/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kivy/cache.py b/kivy/cache.py index bee4b9efb..5b23f1a8c 100644 --- a/kivy/cache.py +++ b/kivy/cache.py @@ -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