mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-03 17:13:33 +00:00 
			
		
		
		
	updated debug statement
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user