Commit e48dc71092e421a823ee43e26c5b72d8b0423970

Authored by Adhidarma Hadiwinoto
1 parent 10604e23a3
Exists in master

More debug

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

... ... @@ -53,7 +53,7 @@ function touchByIMSI(val) {
53 53 if (!val.imsi.trim()) return;
54 54  
55 55 if (logger && !modemList.by_imsi[val.imsi]) {
56   - logger.info(`First registration of modem with IMSI ${val.imsi}`);
  56 + logger.info(`First registration of modem with IMSI ${val.imsi}. Total registered IMSIs: ${Object.keys(modemList.by_imsi).length}`);
57 57 }
58 58  
59 59 const oldName = modemList.by_imsi[val.imsi] ? modemList.by_imsi[val.imsi].name : null;