Skip to content

Commit

Permalink
esmp error log
Browse files Browse the repository at this point in the history
  • Loading branch information
tp1de committed Jul 8, 2023
1 parent d656b42 commit 41082e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ems.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ async function write_state(statename,value,def) {
let defj = {};
try {defj = JSON.parse(def);}
catch(e) {
adapter.log.warn("wrong state definition: " + statename + " " + def);
adapter.log.warn("wrong ems-esp state definition: " + statename + " " + def);
def = "";
}

Expand Down

0 comments on commit 41082e2

Please sign in to comment.