Browse Source

Add a message before login just to look pretty.

Godzil 5 years ago
parent
commit
ce65324c57
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/my_request.ts

+ 2 - 0
src/my_request.ts

@@ -252,6 +252,8 @@ function authenticate(config: IConfig, done: (err: Error) => void)
       process.exit(-1);
     }
 
+    log.info('Seems we are not currently logged. Let\'s login!');
+
     if (config.logUsingApi)
     {
       if (config.crDeviceId === undefined)