power: clarify meaning of power-state-wait log 25/270625/1 submit/tizen/20220208.052553 submit/tizen/20220208.075544
authorYoungjae Cho <y0.cho@samsung.com>
Mon, 7 Feb 2022 05:19:44 +0000 (14:19 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Mon, 7 Feb 2022 05:25:59 +0000 (14:25 +0900)
Clarify it to imply the meaning of "how many" processes have requested
for state-wait.

Change-Id: I96dccbdcf60c84307d3d4e0dc39794421cda4549
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
plugins/iot-headless/power/power-state-wait.c

index d263cc3..93868e4 100644 (file)
@@ -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;