1
0
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:
matthias.ringwald 2011-07-22 18:26:11 +00:00
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;
} }