mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-18 22:14:20 +01:00
Replace "cannot" by "could not"
This commit is contained in:
@@ -415,7 +415,7 @@ parse_args(struct args *args, int argc, char *argv[]) {
|
||||
}
|
||||
|
||||
if (args->no_control && args->turn_screen_off) {
|
||||
LOGE("Cannot request to turn screen off if control is disabled");
|
||||
LOGE("Could not request to turn screen off if control is disabled");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user