Hi JunTae,
How are you using the debug print function?
However, you could use the next 2 options.
vLog_Printf ( TRACE_EXC, LOG_INFO, "\n** Control Bridge Reset** " );
or
DBG_vPrintf(TRUE, "APP: Watchdog timer has reset device!\r\n");
Regards,
Mario