Prettiefied WLog messages.

This commit is contained in:
Armin Novak 2015-01-20 11:05:56 +01:00
parent bab7fe50a7
commit feeb4e4713

View File

@ -197,7 +197,7 @@ ConversionResult ConvertUTF16toUTF32(
if (result == sourceIllegal)
{
WLOG_WARN(TAG, "ConvertUTF16toUTF32 illegal seq 0x%04x,%04x\n", ch, ch2);
WLOG_WARN(TAG, "ConvertUTF16toUTF32 illegal seq 0x%04x,%04x", ch, ch2);
}
#endif