Skip to content

Commit

Permalink
Adjust log message to match service messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattsson committed Jun 26, 2024
1 parent bd0896e commit abaf383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shadow.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function processServiceCfg(svc, cfgOld, cfgDelta, onCfgDiff) {
function processOldReportedCfg(svc, cfgOld, onCfgDiff) {
const diff = shadowDiff(cfgOld, svc.getCurrentCfg() || {});
if (!svc.ephemeraldata && diff !== undefined) {
console.log(`Reported values for ${svc.key} outdated, updating.`);
console.log(`Reported values for service '${svc.key}' outdated, updating.`);
onCfgDiff(diff);
}
}
Expand Down

0 comments on commit abaf383

Please sign in to comment.