Ver Fonte

updated debug statement

Rahul Somasundaram há 4 anos atrás
pai
commit
ca6561bf6c
1 ficheiros alterados com 1 adições e 1 exclusões
  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