diff --git a/bazarr/subtitles/post_processing.py b/bazarr/subtitles/post_processing.py
index 336bb67e4..472c53201 100644
--- a/bazarr/subtitles/post_processing.py
+++ b/bazarr/subtitles/post_processing.py
@@ -35,4 +35,4 @@ def postprocessing(command, path):
             logging.info(
                 'BAZARR Post-processing result for file ' + path + ' : Nothing returned from command execution')
         else:
-                logging.info('BAZARR Post-processing result for file ' + path + ' : ' + out)
+            logging.info('BAZARR Post-processing result for file ' + path + ' : ' + out)