From: Eric S. Raymond Date: Sat, 31 May 2014 04:04:13 +0000 (-0400) Subject: Fix a typoed member name. X-Git-Tag: 2.9~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=838196c51806ecdca447786cdea12e32d8289df0;p=irker.git Fix a typoed member name. --- diff --git a/irkerd b/irkerd index c0d3d7a..9e51549 100755 --- a/irkerd +++ b/irkerd @@ -807,7 +807,7 @@ class Irker: m = int(lump[12:]) for pref in "#&+": cxt.channel_limits[pref] = m - LOG.info("%s maxchannels is %d" % (connection.server, m)) + LOG.info("%s maxchannels is %d" % (connection.target, m)) elif lump.startswith("CHANLIMIT=#:"): limits = lump[10:].split(",") try: