Skip to content

Commit

Permalink
Probel: Fix console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmccartney committed Nov 24, 2023
1 parent d6ed8c5 commit 1440bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/probel-swp-08/container/workers/worker-size.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const main = async () => {
await mongoDb.connect(workerData.id);

// Kick things off
console.log(`worker-matrix: connecting to device at ${workerData.address}:${workerData.port}`);
console.log(`worker-size: connecting to device at ${workerData.address}:${workerData.port}`);

let router;
// start checking it every 500ms
Expand Down

0 comments on commit 1440bf3

Please sign in to comment.