mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-07-29 12:19:15 +00:00
input_manager.c: Correct log
Signed-off-by: Yu-Chen Lin <npes87184@gmail.com>
This commit is contained in:
parent
513d1ac96d
commit
795d103032
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ press_back_or_turn_screen_on(struct controller *controller) {
|
||||||
msg.type = CONTROL_MSG_TYPE_BACK_OR_SCREEN_ON;
|
msg.type = CONTROL_MSG_TYPE_BACK_OR_SCREEN_ON;
|
||||||
|
|
||||||
if (!controller_push_msg(controller, &msg)) {
|
if (!controller_push_msg(controller, &msg)) {
|
||||||
LOGW("Could not request 'turn screen on'");
|
LOGW("Could not request 'press back or turn screen on'");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue