The log message was modified and a comma was omitted,
causing a build error.
It must be fixed.
Change-Id: I247a789ed20502759909f33d9592e88610185a10
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
{
struct change_state_wait *csw = (struct change_state_wait *) data;
- _W("%s(pid=%d) hasn't confirmed wait_callback_id=%"PRIu64"(%s) within %ds. Transition to the next state anyway."
+ _W("%s(pid=%d) hasn't confirmed wait_callback_id=%"PRIu64"(%s) within %ds. Transition to the next state anyway.",
csw->pi->comm, csw->pi->pid, csw->wait_callback_id, state_name(csw->state), max_wait_timeout);
if (kill(csw->pi->pid, 0) != 0) {