You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lg.warn('ignoring items for %r with alias %r because current revision is up to date: %d >= %d'% (customer_idurl, key_alias, cur_revision, new_revision))
1941
+
if_Debug:
1942
+
lg.dbg(_DebugLevel, 'ignoring items for %r with alias %r because current revision is up to date: %d >= %d'% (customer_idurl, key_alias, cur_revision, new_revision))
lg.dbg(_DebugLevel, 'from request %r : sending %r back to owner: %s'% (newpacket, stored_packet, recipient_idurl))
548
-
gateway.outbox(routed_packet)
552
+
lg.dbg(_DebugLevel, 'from request %r : sending back %r in %r to owner: %s'% (newpacket, stored_packet, return_packet, recipient_idurl))
553
+
gateway.outbox(return_packet)
549
554
returnTrue
550
555
if_Debug:
551
-
lg.dbg(_DebugLevel, 'from request %r : returning data owned by %s to %s'% (newpacket, stored_packet.OwnerID, recipient_idurl))
552
-
gateway.outbox(routed_packet)
556
+
lg.dbg(_DebugLevel, 'from request %r : returning data %r in %r owned by %s to %s'% (newpacket, stored_packet, return_packet, stored_packet.OwnerID, recipient_idurl))
0 commit comments