Explorar o código

updated debug statement

Rahul Somasundaram %!s(int64=4) %!d(string=hai) anos
pai
achega
ca6561bf6c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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