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

View File

@ -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;
}