BUILD/DEBUG: lru: fix printf format in debug code

cppcheck reports in issue #1184 a type mismatch between "%d" and the
unsigned int "misses" in the standalone debug code of lru.c. Let's
switch to "%u".
1 file changed