From: Youngjae Cho Date: Mon, 7 Feb 2022 05:19:44 +0000 (+0900) Subject: power: clarify meaning of power-state-wait log X-Git-Tag: submit/tizen/20220208.052553^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73264eea57aae2d9a68f31456a8a3813c1f24b5e;p=platform%2Fcore%2Fsystem%2Fdeviced.git power: clarify meaning of power-state-wait log Clarify it to imply the meaning of "how many" processes have requested for state-wait. Change-Id: I96dccbdcf60c84307d3d4e0dc39794421cda4549 Signed-off-by: Youngjae Cho --- diff --git a/plugins/iot-headless/power/power-state-wait.c b/plugins/iot-headless/power/power-state-wait.c index d263cc3..93868e4 100644 --- a/plugins/iot-headless/power/power-state-wait.c +++ b/plugins/iot-headless/power/power-state-wait.c @@ -233,7 +233,7 @@ int update_change_state_wait(guint64 id, const struct trans_info *ti, change_sta __change_state_wait_done = callback; - _D("Expected number of wait confirm=%d", n_waiting); + _D("The number of pending wait confirm=%d", n_waiting); max_wait_timer = g_timeout_add_seconds(max_wait_timeout, max_wait_expired_cb, NULL); return n_waiting;