Skip to content

Commit 4ec2380

Browse files
tedhorstbrson
authored andcommitted
---
yaml --- r: 11191 b: refs/heads/master c: a7a1152 h: refs/heads/master i: 11189: 1e6217f 11187: 1ae4180 11183: 47cfe4c v: v3
1 parent 557c054 commit 4ec2380

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 9fd2fcc99cae63d12da99fd0b4b1891dd6b26dba
2+
refs/heads/master: a7a1152db5b7f8cde82eaf3d994f93f024f4e803
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/rt/rust_srv.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ rust_srv::realloc(void *p, size_t bytes) {
2626
void
2727
rust_srv::log(char const *msg) {
2828
fprintf(stderr, "rust: %s\n", msg);
29+
// FIXME: flushing each time is expensive, but at the moment
30+
// necessary to get output through before a rust_task::fail
31+
// call. This should be changed.
32+
fflush(stderr);
2933
}
3034

3135
void

0 commit comments

Comments
 (0)