Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Sep 21, 2016
1 parent db34c70 commit 408c14f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion es_cmsrep_apache.py
Expand Up @@ -9,7 +9,7 @@

def process (line, count):
for agent in LOGWATCH_APACHE_IGNORE_AGENTS:
if argent in line: return True
if agent in line: return True
payload = {}
items = line.split(" ")
if len(items)<12: return True
Expand Down
2 changes: 1 addition & 1 deletion es_cmssdt_apache.py
Expand Up @@ -10,7 +10,7 @@

def process (line, count):
for agent in LOGWATCH_APACHE_IGNORE_AGENTS:
if argent in line: return True
if agent in line: return True
payload = {}
items = line.split(" ")
if len(items)<10: return True
Expand Down
2 changes: 1 addition & 1 deletion es_doxygen_apache.py
Expand Up @@ -10,7 +10,7 @@

def process (line, count):
for agent in LOGWATCH_APACHE_IGNORE_AGENTS:
if argent in line: return True
if agent in line: return True
payload = {}
items = line.split(" ")
if len(items)<10: return True
Expand Down

0 comments on commit 408c14f

Please sign in to comment.