X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/ab612c467ddae71091558ece93ea12d3f54bda6a..355fba114cb61cc3b9828c85f1341c46caf4a335:/src/mapcache.c?ds=inline diff --git a/src/mapcache.c b/src/mapcache.c index f2c19ba6..5485f178 100644 --- a/src/mapcache.c +++ b/src/mapcache.c @@ -152,7 +152,7 @@ void a_mapcache_add ( GdkPixbuf *pixbuf, gint x, gint y, gint z, guint8 type, gu } g_mutex_unlock(mc_mutex); - if ( (++tmp == 100 )) { g_print("DEBUG: queue count=%d %u\n", queue_count, queue_size ); tmp=0; } + if ( (++tmp == 100 )) { g_print("DEBUG: queue count=%d size=%u\n", queue_count, queue_size ); tmp=0; } } GdkPixbuf *a_mapcache_get ( gint x, gint y, gint z, guint8 type, guint zoom, guint8 alpha, gdouble xshrinkfactor, gdouble yshrinkfactor )