Fix log format
diff --git a/staffeln/conductor/backup.py b/staffeln/conductor/backup.py
index 895ca7b..f227ebe 100755
--- a/staffeln/conductor/backup.py
+++ b/staffeln/conductor/backup.py
@@ -300,7 +300,7 @@
                 LOG.info(
                     _(
                         "Backup %s is not existing in Openstack. "
-                        "Or cinder-backup is not existing in the cloud."
+                        "Or cinder-backup is not existing in the cloud. "
                         "Start removing backup object from Staffeln."
                         % backup_object.backup_id
                     )