Commit 8dbbfdd1cedc2c7fb1bf0a13189c184dc77f5677

Authored by Adhidarma Hadiwinoto
1 parent e4814c6ce2
Exists in master

Another 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 before: ${Object.keys(modemList.by_imsi).length}`, { ip: val.reportIp, device: val.device });
  56 + logger.info(`First registration of modem with IMSI ${val.imsi}. Total registered IMSIs before: ${Object.keys(modemList.by_imsi).length}`, { name: val.name, ip: val.reportIp, device: val.device });
57 57 }
58 58  
59 59 const oldName = modemList.by_imsi[val.imsi] ? modemList.by_imsi[val.imsi].name : null;