Commit d3a56a071a4f942f0aaf0be6aa117287257ecd47
1 parent
275364f334
Exists in
master
Log ip
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
lib/modems2.js
... | ... | @@ -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}`, { device: val.device }); | |
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 }); | |
57 | 57 | } |
58 | 58 | |
59 | 59 | const oldName = modemList.by_imsi[val.imsi] ? modemList.by_imsi[val.imsi].name : null; |