Lucian Petrut vor 2 Monaten
Ursprung
Commit
8cc982a5c9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      coriolis/providers/backup_writers.py

+ 1 - 1
coriolis/providers/backup_writers.py

@@ -689,7 +689,7 @@ class HTTPBackupWriterImpl(BaseBackupWriterImpl):
             return
 
     def _compressor(self):
-        LOG.debug("Backup comperssor started.")
+        LOG.debug("Backup compressor started.")
         while not self._stopped:
             try:
                 payload = self._comp_q.get(timeout=2)