mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 03:23:09 +03:00
fixes printing in daemon |mass
This commit is contained in:
parent
08a15f2998
commit
39604ec09c
@ -925,7 +925,7 @@ u3_daemon_grab(void* vod_p)
|
||||
//
|
||||
#if 0
|
||||
c3_w man_w = 0, pir_w = 0;
|
||||
FILE* fil_u = stderr;
|
||||
FILE* fil_u = u3_term_io_hija();
|
||||
|
||||
c3_assert( u3R == &(u3H->rod_u) );
|
||||
|
||||
@ -936,5 +936,7 @@ u3_daemon_grab(void* vod_p)
|
||||
|
||||
u3a_print_memory(fil_u, "total marked", man_w + pir_w);
|
||||
u3a_print_memory(fil_u, "sweep", u3a_sweep());
|
||||
|
||||
u3_term_io_loja(0);
|
||||
#endif
|
||||
}
|
||||
|
@ -2121,7 +2121,7 @@ u3_pier_mark(FILE* fil_u)
|
||||
|
||||
while ( 0 < len_w ) {
|
||||
pir_u = u3K.tab_u[--len_w];
|
||||
u3l_log("pier: %u\r\n", len_w);
|
||||
fprintf(fil_u, "pier: %u\r\n", len_w);
|
||||
|
||||
if ( 0 != pir_u->bot_u ) {
|
||||
tot_w += u3a_maid(fil_u, " boot event", u3a_mark_noun(pir_u->bot_u->ven));
|
||||
|
Loading…
Reference in New Issue
Block a user