king: address joe and ted

This commit is contained in:
pilfer-pandex 2021-02-03 14:50:23 -08:00
parent b9cc2edede
commit d625a0e5ed
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: urbit-king
version: 1.1.1
version: 1.2
license: MIT
license-file: LICENSE
data-files:

View File

@ -733,6 +733,9 @@ _ames_ef_send(u3_ames* sam_u, u3_noun lan, u3_noun pac)
// if the lane is uninterpretable, silently drop the packet
//
else if ( 0 == lan_u.por_s ) {
if ( u3C.wag_w & u3o_verbose ) {
u3l_log("ames: inscrutable lane\n");
}
_ames_pact_free(pac_u);
}
// otherwise, mutate destination and send packet

View File

@ -1 +1 @@
1.1.1
1.2