diff --git a/src/server/api/routers/health-monitoring/proxmox.ts b/src/server/api/routers/health-monitoring/proxmox.ts index 5fe6121bb86..0a7673b75cd 100644 --- a/src/server/api/routers/health-monitoring/proxmox.ts +++ b/src/server/api/routers/health-monitoring/proxmox.ts @@ -31,7 +31,7 @@ export async function makeProxmoxStatusAPICall(app: ConfigAppType, input: any) { }) .catch((error) => { Consola.error( - `'proxmox': Error accessing service API: '${appUrl}'. Please check the configuration.` + `'proxmox': Error accessing service API: '${appUrl}'. The following error was returned: ${error}` ); return null; })