graphics/nxwidgets/src/cimage.cxx: Fix a syslog format
This commit is contained in:
parent
747ca594d6
commit
2667fb265b
@ -268,7 +268,7 @@ void CImage::drawContents(CGraphicsPort *port, bool selected)
|
||||
|
||||
if (!m_bitmap->getRun(0, srcRow, nLeftPixels, &buffer[m_origin.x]))
|
||||
{
|
||||
ginfo("IBitmap::getRun failed at image row\n", srcRow);
|
||||
ginfo("IBitmap::getRun failed at image row %d\n", srcRow);
|
||||
delete buffer;
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user