Author: sebb
Date: Tue Apr 15 11:16:31 2025
New Revision: 1925093
URL: http://svn.apache.org/viewvc?rev=1925093&view=rev
Log:
Fix location of log file
Modified:
comdev/projects.apache.org/trunk/scripts/cronjobs/parseprojects.py
Modified: comdev/projects.apache.org/trunk/scripts/cronjobs/parseprojects.py
URL:
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/scripts/cronjobs/parseprojects.py?rev=1925093&r1=1925092&r2=1925093&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/scripts/cronjobs/parseprojects.py
(original)
+++ comdev/projects.apache.org/trunk/scripts/cronjobs/parseprojects.py Tue Apr
15 11:16:31 2025
@@ -444,7 +444,7 @@ if len(failures) > 0:
f.close()
if unreportedError:
s = "\n".join(failures)
- printMail("ERROR: one or more errors detected - see also the
/var/log/parseprojects.log file",
+ printMail("ERROR: one or more errors detected - see also the
/var/log/www-data/parseprojects.log file",
body="URLs:\n%s" % s)
else:
if os.path.exists("parseprojects-failures.xml"):