From 29d9346f6aac3ffa90625d33fd779fd66d62f13d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 25 Jan 2007 18:38:16 -0500 Subject: Have to change this too :) --- cobbler/action_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobbler/action_status.py b/cobbler/action_status.py index e362571..09befef 100644 --- a/cobbler/action_status.py +++ b/cobbler/action_status.py @@ -50,7 +50,7 @@ class BootStatusReport: for fullname in filelist: fname = os.path.basename(fullname) # access times log - fullname2 = "/var/log/cobbler/syslog/%s" % fname # remote syslog + fullname2 = "/var/log/cobbler/kicklog/%s" % fname # remote syslog entries = {} # hash of access times and messages ip = None -- cgit