From fb768ee68f0e13d9d7cb23b6dbd60ee77917e5e3 Mon Sep 17 00:00:00 2001 From: bill Date: Sat, 2 May 2015 16:35:52 -0700 Subject: update generator name missed in earlier renaming --- bin/user/S3upload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/user/S3upload.py') diff --git a/bin/user/S3upload.py b/bin/user/S3upload.py index 7751e5d..a60ab85 100644 --- a/bin/user/S3upload.py +++ b/bin/user/S3upload.py @@ -42,7 +42,7 @@ class S3uploadGenerator(weewx.reportengine.ReportGenerator): """Custom service to upload files to an S3 bucket""" def run(self): - syslog.syslog(syslog.LOG_INFO, """reportengine: S3generator""") + syslog.syslog(syslog.LOG_INFO, """reportengine: S3uploadGenerator""") try: # Get the options from the configuration dictionary. -- cgit v1.2.3