From 23968a9ee955a05184a0b633b1bda2a2497ac6ba Mon Sep 17 00:00:00 2001 From: bill Date: Tue, 5 May 2015 08:53:23 -0700 Subject: Fix typo in error message --- bin/user/S3upload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/user/S3upload.py b/bin/user/S3upload.py index a60ab85..921c94c 100644 --- a/bin/user/S3upload.py +++ b/bin/user/S3upload.py @@ -63,7 +63,7 @@ class S3uploadGenerator(weewx.reportengine.ReportGenerator): # Launch in a separate thread so it doesn't block the main LOOP thread: t = threading.Thread(target=S3uploadGenerator.uploadFiles, args=(self, )) t.start() - syslog.syslog(syslog.LOG_DEBUG, "S3upload: reeturn from upload thread") + syslog.syslog(syslog.LOG_DEBUG, "S3upload: return from upload thread") def uploadFiles(self): start_ts = time.time() -- cgit v1.2.3