Commit 892c6b67 authored by Aurel's avatar Aurel

these messages are for debugging not for information


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@557 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 548de76f
...@@ -227,7 +227,7 @@ class Connection(BaseConnection): ...@@ -227,7 +227,7 @@ class Connection(BaseConnection):
except KeyError: except KeyError:
pass pass
logging.debug('#0x%04x %-30s from %s (%s:%d)', packet.getId(), logging.debug('analyse #0x%04x %-30s from %s (%s:%d)', packet.getId(),
packet.getType(), dump(self.uuid), *self.getAddress()) packet.getType(), dump(self.uuid), *self.getAddress())
try: try:
...@@ -288,7 +288,7 @@ class Connection(BaseConnection): ...@@ -288,7 +288,7 @@ class Connection(BaseConnection):
if self.connector is None: if self.connector is None:
return return
logging.debug('#0x%04x %-30s to %s (%s:%d)', packet.getId(), logging.debug('adding #0x%04x %-30s to %s (%s:%d)', packet.getId(),
packet.getType(), dump(self.uuid), *self.getAddress()) packet.getType(), dump(self.uuid), *self.getAddress())
try: try:
self.write_buf += packet.encode() self.write_buf += packet.encode()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment