updated debug statement

This commit is contained in:
Rahul Somasundaram 2021-09-01 11:50:51 +05:30
parent 273a81471d
commit ca6561bf6c
No known key found for this signature in database
GPG Key ID: B8520CB207DD49D3

View File

@ -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