]> www.vanbest.org Git - motioneye-debian/commitdiff
minor typo
authorCalin Crisan <ccrisan@gmail.com>
Sun, 6 Jul 2014 14:33:01 +0000 (17:33 +0300)
committerCalin Crisan <ccrisan@gmail.com>
Sun, 6 Jul 2014 14:33:01 +0000 (17:33 +0300)
src/update.py

index b557d427ec512861a4ae97669303b4016af1fe3f..e373906bf7c08743f7b7c47bdec7ad16b3d83a8b 100644 (file)
@@ -117,7 +117,7 @@ def download(version):
         data = response.read()
 
     except Exception as e:
-        logging.error('could download update: %(msg)s' % {'msg': unicode(e)})
+        logging.error('could not download update: %(msg)s' % {'msg': unicode(e)})
         
         raise
     
@@ -131,7 +131,7 @@ def download(version):
             f.write(data)
         
     except Exception as e:
-        logging.error('could download update: %(msg)s' % {'msg': unicode(e)})
+        logging.error('could not download update: %(msg)s' % {'msg': unicode(e)})
         
         raise
     
@@ -237,4 +237,4 @@ def perform_update(version):
     except Exception as e:
         logging.error('could not perform update: %(msg)s' % {'msg': unicode(e)}, exc_info=True)
         
-        return False
\ No newline at end of file
+        return False