summaryrefslogtreecommitdiffstats
path: root/cobbler/remote.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-13 17:13:12 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-13 17:13:12 -0500
commit15928e97fe6acc22810b12c9acbab3b37a1b0df1 (patch)
tree9c2c5cea93abd81a71db6d3925f4db3657ee449d /cobbler/remote.py
parentfd4854b53c5b8206d41bfa06dec470268b44d6e3 (diff)
downloadthird_party-cobbler-15928e97fe6acc22810b12c9acbab3b37a1b0df1.tar.gz
third_party-cobbler-15928e97fe6acc22810b12c9acbab3b37a1b0df1.tar.xz
third_party-cobbler-15928e97fe6acc22810b12c9acbab3b37a1b0df1.zip
Fix bug in remote system save method.
Diffstat (limited to 'cobbler/remote.py')
-rw-r--r--cobbler/remote.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/remote.py b/cobbler/remote.py
index 406911e..07539e4 100644
--- a/cobbler/remote.py
+++ b/cobbler/remote.py
@@ -643,7 +643,7 @@ class CobblerReadWriteXMLRPCInterface(CobblerXMLRPCInterface):
Creates a new (unconfigured) system object. See the documentation
for new_distro as it works exactly the same.
"""
- self.debug("new_system",token=token)
+ self.log("new_system",token=token)
self.check_access(token,"new_system")
return self.__store_object(item_system.System(self.api._config))