libs/libnx/nxfonts/nxfonts_cache.c: Fix syslog formats

This commit is contained in:
YAMAMOTO Takashi 2020-11-20 20:56:26 +09:00 committed by Xiang Xiao
parent 07a67c7b96
commit 8a70c6bf47
1 changed files with 2 additions and 2 deletions

View File

@ -587,7 +587,7 @@ static FAR struct nxfonts_fcache_s *
{
FAR struct nxfonts_fcache_s *fcache;
ginfo("fontid=%p fgcolor=%u bgcolor=%u bpp=%d\n",
ginfo("fontid=%d fgcolor=%u bgcolor=%u bpp=%d\n",
fontid, fgcolor, bgcolor, bpp);
/* Search for a cache for this font characteristics */
@ -646,7 +646,7 @@ FCACHE nxf_cache_connect(enum nx_fontid_e fontid,
FAR struct nxfonts_fcache_s *priv;
int errcode;
ginfo("fontid=%p fgcolor=%u bgcolor=%u bpp=%d maxglyphs=%d\n",
ginfo("fontid=%d fgcolor=%u bgcolor=%u bpp=%d maxglyphs=%d\n",
fontid, fgcolor, bgcolor, bpp, maxglyphs);
/* Get exclusive access to the font cache list */