mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-07-25 18:32:06 +00:00
Remove LOGC()
It is not clear when to use LOGC() rather than LOGE(). Always use LOGE(). Moreover, enum sc_log_level has no "critical" log level.
This commit is contained in:
parent
f20137d2ac
commit
61b6324ee9
14 changed files with 23 additions and 24 deletions
|
@ -113,7 +113,7 @@ sc_controller_start(struct sc_controller *controller) {
|
|||
bool ok = sc_thread_create(&controller->thread, run_controller,
|
||||
"scrcpy-ctl", controller);
|
||||
if (!ok) {
|
||||
LOGC("Could not start controller thread");
|
||||
LOGE("Could not start controller thread");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue