Pārlūkot izejas kodu

updated debug statement

Rahul Somasundaram 4 gadi atpakaļ
vecāks
revīzija
ca6561bf6c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      backend/internal/certificate.js

+ 1 - 1
backend/internal/certificate.js

@@ -390,7 +390,7 @@ const internalCertificate = {
 			source
 				.map((fl) => {
 					let fileName = path.basename(fl);
-					logger.debug(fileName, ' added to certificate download zip');
+					logger.debug(fl, 'added to certificate zip');
 					archive.file(fl, { name: fileName });
 				});
 			archive