Commit 5d4c6be3c537b8910d675b5e3dd94acab5509fc0

Authored by Adhidarma Hadiwinoto
1 parent b97e43da12
Exists in master

dump total chatids count

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -79,6 +79,8 @@ function dumpChatIds() {
79 79 for (var key in chat_ids) {
80 80 logger.verbose('DUMPED CHAT IDS #' + ++i + ' ' + key + ': ' + chat_ids[key])
81 81 }
  82 +
  83 + logger.verbose('TOTAL ' + i + ' chat ids');
82 84 }
83 85  
84 86 if (config.dump_chat_ids_interval) {