Skip to content

Commit

Permalink
fix serial number
Browse files Browse the repository at this point in the history
  • Loading branch information
noursaidi committed Jun 7, 2022
1 parent acbe757 commit 85bf1db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/pubber
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ else
"sitePath": "$site_path",
"cloudRegion": "$cloud_region",
"deviceId": "$device_id",
"serialNo": "$serial",
"serialNo": "$serial_no",
"options": $options_json
}
EOF
Expand Down
2 changes: 1 addition & 1 deletion pubber/src/main/java/daq/pubber/Pubber.java
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ private void initializeDevice() {
pullDeviceMessage();
}

info(String.format("Starting pubber %s, serial %s, mac %, gateway %s, options: %s",
info(String.format("Starting pubber %s, serial %s, mac %, gateway %s, options:%s",
configuration.deviceId, configuration.serialNo, configuration.macAddr,
configuration.gatewayId,
configuration.options));
Expand Down

0 comments on commit 85bf1db

Please sign in to comment.