[PATCH 06/13] Clarify FD purpose so as to not confuse those of little brain.
Matthew W. S. Bell
matthew at bells23.org.uk
Sat Apr 25 18:18:31 UTC 2009
From: Matthew W. S. Bell <mentor at engelbert.(none)>
Signed-off-by: Matthew W. S. Bell <matthew at bells23.org.uk>
---
src/netconf/ifaces/dhcp/dhcp3_client.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/netconf/ifaces/dhcp/dhcp3_client.py b/src/netconf/ifaces/dhcp/dhcp3_client.py
index d1ac8c6..cdb8695 100644
--- a/src/netconf/ifaces/dhcp/dhcp3_client.py
+++ b/src/netconf/ifaces/dhcp/dhcp3_client.py
@@ -287,7 +287,7 @@ class dhclient3Reactor(BaseBufferedFdReactor):
@public
def __repr__(self):
- return '<' + self.__class__.__name__ + ' iface=%s pid=%d fd=%d' \
+ return '<' + self.__class__.__name__ + ' iface=%s pid=%d outfd=%d' \
% (self._iface, self._pid, self._dhclientfile.fileno())
__str__ = __repr__
--
1.6.2.4
More information about the netconf-devel
mailing list