mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 10:02:32 +03:00
@ud format event counter
This commit is contained in:
parent
de7a9a793b
commit
52385c8276
4
v/loop.c
4
v/loop.c
@ -1340,7 +1340,9 @@ _lo_rest(u2_reck* rec_u)
|
||||
u2_noun sev_l, tno_l, key_l, sal_l;
|
||||
|
||||
if ( 0 != rec_u->ent_w ) {
|
||||
uL(fprintf(uH, "rest: checkpoint to event %d\n", rec_u->ent_w));
|
||||
u2_noun ent = u2_dc("scot", c3__ud, rec_u->ent_w);
|
||||
c3_c* ent_c = u2_cr_string(ent);
|
||||
uL(fprintf(uH, "rest: checkpoint to event %s\n", ent_c));
|
||||
}
|
||||
|
||||
// Open the fscking file. Does it even exist?
|
||||
|
Loading…
Reference in New Issue
Block a user