Change to log.warn in PrinterStatusService.ts

This commit is contained in:
Douglas Barone 2024-01-10 07:46:16 -04:00
parent 16c35bc042
commit 93d266ec0e

View File

@ -92,7 +92,7 @@ export class PrinterStatusService {
}
})
.catch(err => {
log.error(
log.warn(
new Date().toLocaleString(),
`Couldn't get printer status for ${printer.serialNumber} (IP:${printer.ip}). Error: ${err}`
)