summaryrefslogtreecommitdiffstats
path: root/cobbler/cobblerd.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-11 17:25:42 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-11 17:25:42 -0400
commit17ffb1ded3928943abfad248e12240868678ac3f (patch)
treef9d848d3014b4ae78c93de0f1dff85bf7e27ee6a /cobbler/cobblerd.py
parente59fcd2f59bac2c849bbe44b500a2dc0946d087e (diff)
downloadthird_party-cobbler-17ffb1ded3928943abfad248e12240868678ac3f.tar.gz
third_party-cobbler-17ffb1ded3928943abfad248e12240868678ac3f.tar.xz
third_party-cobbler-17ffb1ded3928943abfad248e12240868678ac3f.zip
Fix up the new XMLRPC examples.
Diffstat (limited to 'cobbler/cobblerd.py')
-rw-r--r--cobbler/cobblerd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/cobblerd.py b/cobbler/cobblerd.py
index 7ba1afd..fc25a56 100644
--- a/cobbler/cobblerd.py
+++ b/cobbler/cobblerd.py
@@ -87,7 +87,7 @@ def do_avahi(bootapi, settings, logger):
"%s" % settings.xmlrpc_port ]
proc = sub_process.Popen(cmd, shell=False, stderr=sub_process.PIPE, stdout=sub_process.PIPE)
proc.communicate()[0]
- log(logger, "avahi service terminated: %d" % result)
+ log(logger, "avahi service terminated")
def do_xmlrpc(bootapi, settings, port, logger):