mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 10:02:32 +03:00
Merge branch 'master' of github.com:urbit/urbit
This commit is contained in:
commit
d5adcd91b1
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