From b77a05d603dc74faaee2984a2c24dcaeca09c801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Thu, 16 Nov 2017 22:53:45 +0100 Subject: [PATCH] fix debugging --- src/c3nav/mapdata/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c3nav/mapdata/cache.py b/src/c3nav/mapdata/cache.py index 8cf37a6c..85ebc090 100644 --- a/src/c3nav/mapdata/cache.py +++ b/src/c3nav/mapdata/cache.py @@ -103,7 +103,7 @@ class MapHistory: f.write(self.data.tobytes('C')) def add_new(self, geometry, data=None): - logging.info('add_new called, res=%d, x=%d, y=%d, shape=%s, updates=%s' % + logging.info('add_new called, res=%s, x=%s, y=%s, shape=%s, updates=%s' % (self.resolution, self.x, self.y, self.data.shape, self.updates)) prep = prepared.prep(geometry)