From 64bc167d01567aea7ccb471318fa8195e95fd8a7 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Sun, 24 Oct 2021 13:37:21 -0500 Subject: [PATCH] RADIUS - improve logging --- app/unit/RadiusUnit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/unit/RadiusUnit.js b/app/unit/RadiusUnit.js index 7226a87..c2ab410 100644 --- a/app/unit/RadiusUnit.js +++ b/app/unit/RadiusUnit.js @@ -106,6 +106,7 @@ class RadiusUnit extends Unit { // still no response, we are done here if (!response || !response.code) { + this.output.debug(`RADIUS error: no response / response code`) return }