6 Oct
2010
6 Oct
'10
10:37 a.m.
Konstantin Chekushin wrote:
function: static int sql_check_error(int error)
Why radlog uses "L_DBG", instead of "L_ERR"? For this moment, radiusd doesn't show any usefull information, if some sql_query fails, but server was started without "-x". I think, it would be better to use L_ERR in this function. Isn't it?
The rlm_sql module already logs when connections go down. Logging more messages isn't useful. Alan DeKok.