Yuki Takei 7 سال پیش
والد
کامیت
185c079cf1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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();
 const service = new CdnResourcesService();
 
 
-logger.info('Start to download.');
+logger.info('This is NO_CDN mode. Start to download resources.');
 
 
 service.downloadAndWriteAll()
 service.downloadAndWriteAll()
   .then(() => {
   .then(() => {