diff options
Diffstat (limited to 'bin/user')
| -rw-r--r-- | bin/user/S3upload.py | 2 | 
1 files changed, 1 insertions, 1 deletions
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.  | 
