[util] Print out --debug buffer to stderr

This commit is contained in:
Behdad Esfahbod 2016-04-26 11:28:37 -07:00
parent 29393884b9
commit de508516cb

View File

@ -59,7 +59,7 @@ message_func (hb_buffer_t *buffer,
font,
HB_BUFFER_SERIALIZE_FORMAT_TEXT,
HB_BUFFER_SERIALIZE_FLAG_DEFAULT);
printf ("HB: buffer [%s]\n", buf);
fprintf (stderr, "HB: buffer [%s]\n", buf);
return true;
}