RADIUS - improve logging
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Garrett Mills 2021-10-24 13:37:21 -05:00
parent bd69be7137
commit 64bc167d01

View File

@ -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
}