mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-02 16:20:31 +00:00
use log_err instead of fprintf
This commit is contained in:
parent
d2762b7d44
commit
f28924cf96
@ -141,7 +141,7 @@ void cocoa_execute(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void cocoa_dump_timer(void){
|
void cocoa_dump_timer(void){
|
||||||
fprintf(stderr, "WARNING: run_loop_dump_timer not implemented yet!");
|
log_err("WARNING: run_loop_dump_timer not implemented!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user