From e5fe14a09e447e9f15840ec2ec34a2fe13040bb4 Mon Sep 17 00:00:00 2001
From: glax <johanna@bernloehr.eu>
Date: Fri, 26 May 2023 14:31:34 +0200
Subject: [PATCH] #28

---
 Tranga/Connectors/MangaDex.cs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Tranga/Connectors/MangaDex.cs b/Tranga/Connectors/MangaDex.cs
index b4a05d2..daa6c9e 100644
--- a/Tranga/Connectors/MangaDex.cs
+++ b/Tranga/Connectors/MangaDex.cs
@@ -286,6 +286,7 @@ public class MangaDex : Connector
         string newFilePath = Path.Join(publicationFolder, Path.GetFileName(fileInCache));
         if(!File.Exists(fileInCache) && !File.Exists(newFilePath))
             File.Copy(fileInCache, newFilePath);
+        logger?.WriteLine(this.GetType().ToString(), $"Done cloning cover {publication.sortName}");
         
     }