mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +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){
|
||||
fprintf(stderr, "WARNING: run_loop_dump_timer not implemented yet!");
|
||||
log_err("WARNING: run_loop_dump_timer not implemented!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user