Attempt to put out burning darwin tinderbox.
This commit is contained in:
parent
10c9266525
commit
46886b2339
@ -31,6 +31,10 @@ rust_srv::realloc(void *p, size_t bytes) {
|
||||
void
|
||||
rust_srv::log(char const *msg) {
|
||||
printf("rt: %s\n", msg);
|
||||
// FIXME: flushing each time is expensive, but at the moment
|
||||
// necessary to get output through before a rust_task::fail
|
||||
// call. This should be changed.
|
||||
fflush(stdout);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user