diff --git a/src/content/content.cpp b/src/content/content.cpp
index c8a75e84f7cec49d22604e6686a4c3e7e7116312..3a3e3830be8877299239871cab9b3c16baa9ef9f 100644
--- a/src/content/content.cpp
+++ b/src/content/content.cpp
@@ -442,6 +442,7 @@ const string Content::exportPlainFileFromEncryptedFile(const string &filePath) c
 			plainPathTest = cacheDir + std::to_string(index) + "_" + basename;
 		}
 		plainPath = plainPathTest;
+		lInfo() << "[Content] Using file [" << plainPath << "]";
 	}
 	bctbx_free(basename);