Browse Source

edited logger

ryuichi-e 5 years ago
parent
commit
7f6b01b130
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/migrations/20200901034313-update-mail-transmission.js

+ 1 - 1
src/migrations/20200901034313-update-mail-transmission.js

@@ -19,7 +19,7 @@ module.exports = {
     });
 
     if (sesExist == null) {
-      return logger.info('Failed to migrate, document does not exist.');
+      return logger.info('Document does not exist, value of transmission method will be set smtp automatically.');
     }
     if (sesExist.value != null) {
       await Config.create({