summaryrefslogtreecommitdiffstats
path: root/scripts/watcher.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-03-22 16:49:20 -0400
committerJim Meyering <jim@meyering.net>2007-03-22 16:49:20 -0400
commit25d942a49ffaca1e6bd5559dbd688de6807d535b (patch)
tree19fe453fd05dd8947efba173bb9fc633671d4b58 /scripts/watcher.py
parentbe02b06735bf70173dd5f8e71694a436855aacdd (diff)
downloadthird_party-cobbler-25d942a49ffaca1e6bd5559dbd688de6807d535b.tar.gz
third_party-cobbler-25d942a49ffaca1e6bd5559dbd688de6807d535b.tar.xz
third_party-cobbler-25d942a49ffaca1e6bd5559dbd688de6807d535b.zip
Fixed bug in watcher.py code found in PXE testing, make file now removes pod2man tempfiles.
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: