summaryrefslogtreecommitdiffstats
path: root/syslogd.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-16 22:06:55 +0000
committerMatt Wilson <msw@redhat.com>2001-07-16 22:06:55 +0000
commitcf60b8fa1281fb1ee77bd48a317110d407cadc07 (patch)
tree86f28d43ea6e30cc12ca00899bc62e9d4a21c38d /syslogd.py
parentb5dc08aa46f3667a14250ca408eb5979b548b395 (diff)
downloadanaconda-cf60b8fa1281fb1ee77bd48a317110d407cadc07.tar.gz
anaconda-cf60b8fa1281fb1ee77bd48a317110d407cadc07.tar.xz
anaconda-cf60b8fa1281fb1ee77bd48a317110d407cadc07.zip
oops, that's not named foo, it's named msg
Diffstat (limited to 'syslogd.py')
-rw-r--r--syslogd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/syslogd.py b/syslogd.py
index 69e7dbc3f..4b9bebc2c 100644
--- a/syslogd.py
+++ b/syslogd.py
@@ -43,7 +43,7 @@ class Syslogd:
for fd in list:
msg = fd.recv(50)
- msg = string.replace(foo, chr(0), "\n")
+ msg = string.replace(msg, chr(0), "\n")
if (msg):
output.write(msg)
else: