Skip to content

Commit

Permalink
log warning verbage
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd committed Jun 29, 2022
1 parent 8a77fae commit 107802b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cml/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ const run = async (opts) => {
const acpiSock = net.connect('/var/run/acpid.socket');
acpiSock.on('error', (err) => {
winston.warn(
`Error setting ACPI socket: ${err.message}. Package acpi is a requirement.`
`Error connecting to ACPI socket: ${err.message}. The acpid.sercive helps with instance termination detection.`
);
});
acpiSock.on('data', (buf) => {
Expand Down

0 comments on commit 107802b

Please sign in to comment.