Commit 7865e7f5bee6bd440b5acd45cdadba9c34a8a80d

Authored by Adhidarma Hadiwinoto
1 parent e48dc71092
Exists in master

Fix log

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}. Total registered IMSIs: ${Object.keys(modemList.by_imsi).length}`);
  56 + logger.info(`First registration of modem with IMSI ${val.imsi}. Total registered IMSIs before: ${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;