From 838196c51806ecdca447786cdea12e32d8289df0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 31 May 2014 00:04:13 -0400 Subject: [PATCH] Fix a typoed member name. --- irkerd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.26.2