fixes printing in daemon |mass

This commit is contained in:
Joe Bryan 2019-07-09 22:22:43 -07:00
parent 08a15f2998
commit 39604ec09c
2 changed files with 4 additions and 2 deletions

View File

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

View File

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