Yuki Takei hace 7 años
padre
commit
185c079cf1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bin/download-cdn-resources.js

+ 1 - 1
bin/download-cdn-resources.js

@@ -19,7 +19,7 @@ const CdnResourcesService = require('@commons/service/cdn-resources-service');
 
 const service = new CdnResourcesService();
 
-logger.info('Start to download.');
+logger.info('This is NO_CDN mode. Start to download resources.');
 
 service.downloadAndWriteAll()
   .then(() => {