mirror of
https://github.com/openNDS/openNDS.git
synced 2026-01-09 11:57:55 -05:00
Add - further information to a debug message
Signed-off-by: Rob White <rob@blue-wave.net>
This commit is contained in:
@@ -1611,7 +1611,7 @@ static char *construct_querystring(struct MHD_Connection *connection, t_client *
|
||||
|
||||
clientif = safe_calloc(STATUS_BUF);
|
||||
get_client_interface(clientif, STATUS_BUF, client->mac);
|
||||
debug(LOG_DEBUG, "clientif: [%s]", clientif);
|
||||
debug(LOG_DEBUG, "clientif: [%s], gatewayaddress: [%s], gatewayurl: [%s]", clientif, config->gw_address, gw_url);
|
||||
snprintf(querystr, QUERYMAXLEN,
|
||||
"hid=%s%sclientip=%s%sclientmac=%s%sclient_type=%s%scpi_query=%s%sgatewayname=%s%sgatewayurl=%s%sversion=%s%sgatewayaddress=%s%sgatewaymac=%s%sauthdir=%s%soriginurl=%s%sclientif=%s%sthemespec=%s%s%s%s%s%s",
|
||||
client->hid, QUERYSEPARATOR,
|
||||
|
||||
Reference in New Issue
Block a user