mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-02 07:06:41 +03:00
Print out localhost-only message on ames init
This commit is contained in:
parent
48c98653a7
commit
9044de04cf
@ -326,7 +326,13 @@ u3_ames_io_init()
|
||||
num_y = u3r_byte(0, u3t(num));
|
||||
|
||||
_ames_czar(num_y, &por_s);
|
||||
uL(fprintf(uH, "ames: czar: %s on %d\n", u3_Host.ops_u.imp_c, por_s));
|
||||
if ( c3y == u3_Host.ops_u.net ) {
|
||||
uL(fprintf(uH, "ames: czar: %s on %d\n", u3_Host.ops_u.imp_c, por_s));
|
||||
}
|
||||
else {
|
||||
uL(fprintf(uH, "ames: czar: %s on %d\n (localhost only)",
|
||||
u3_Host.ops_u.imp_c, por_s));
|
||||
}
|
||||
u3z(num);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user