summaryrefslogtreecommitdiffstats
path: root/cobbler/webui/CobblerWeb.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-01-09 10:32:57 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-01-09 10:32:57 -0500
commit9669d5d0637e691be014030d38c865e3d2da9f6b (patch)
treeaef1edd88f959ad73bc3e1a860395b6a5c373dc8 /cobbler/webui/CobblerWeb.py
parent3a794829b1dfcc7ffe436c61e4ddf01bd3102084 (diff)
downloadthird_party-cobbler-9669d5d0637e691be014030d38c865e3d2da9f6b.tar.gz
third_party-cobbler-9669d5d0637e691be014030d38c865e3d2da9f6b.tar.xz
third_party-cobbler-9669d5d0637e691be014030d38c865e3d2da9f6b.zip
Fix typo
Diffstat (limited to 'cobbler/webui/CobblerWeb.py')
-rw-r--r--cobbler/webui/CobblerWeb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/webui/CobblerWeb.py b/cobbler/webui/CobblerWeb.py
index a3cee6b..ae9b2b9 100644
--- a/cobbler/webui/CobblerWeb.py
+++ b/cobbler/webui/CobblerWeb.py
@@ -27,7 +27,7 @@ def log_exc(apache):
(t, v, tb) = sys.exc_info()
apache.log_error("Exception occured: %s" % t )
apache.log_error("Exception value: %s" % v)
- apache_log_error("Exception Info:\n%s" % string.join(traceback.format_list(traceback.extract_tb(tb))))
+ apache.log_error("Exception Info:\n%s" % string.join(traceback.format_list(traceback.extract_tb(tb))))
class CobblerWeb(object):
"""