summaryrefslogtreecommitdiffstats
path: root/scripts/watcher.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/watcher.py')
-rwxr-xr-xscripts/watcher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/watcher.py b/scripts/watcher.py
index 1074458..dfa8dc3 100755
--- a/scripts/watcher.py
+++ b/scripts/watcher.py
@@ -25,7 +25,7 @@ def outputfilter(filter):
logfile = open("/var/log/cobbler/kicklog/%s" % address,"a+")
log_it = True
- if request.the_request.find("cobbler_track") == -1 and request.the_request.find("ctr/") == -1":
+ if request.the_request.find("cobbler_track") == -1 and request.the_request.find("cblr/") == -1:
log_it = False
if log_it: