mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-21 05:41:43 +03:00
add a warning printf about slowness
This commit is contained in:
parent
c2ebf77ae2
commit
7ade54973d
@ -496,7 +496,7 @@ _dawn_come(u3_noun stars)
|
||||
c3_rand(eny_w);
|
||||
eny = u3i_words(16, eny_w);
|
||||
|
||||
fprintf(stderr, "boot: mining a comet\r\n");
|
||||
fprintf(stderr, "boot: mining a comet. May take up to 30 minutes.\r\n");
|
||||
|
||||
seed = u3dc("come:dawn", u3k(stars), u3k(eny));
|
||||
u3z(eny);
|
||||
|
Loading…
Reference in New Issue
Block a user