Skip to content

Commit

Permalink
[Systeminfo] Fix typo and reduce log level (openhab#5923)
Browse files Browse the repository at this point in the history
Fix the typographical error 'instantate' and reduce the log level on the call from ERROR to WARN.
  • Loading branch information
9037568 authored and Pshatsillo committed Dec 8, 2019
1 parent dff1b76 commit c85a3d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ private boolean instantiateSysteminfoLibrary() {
logger.debug("Systeminfo implementation is instantiated!");
return true;
} catch (Exception e) {
logger.error("Cannot instantate Systeminfo object!", e);
logger.warn("Cannot instantiate Systeminfo object!", e);
return false;
}
}
Expand Down

0 comments on commit c85a3d3

Please sign in to comment.