Add - further information to a debug message

Signed-off-by: Rob White <rob@blue-wave.net>
This commit is contained in:
Rob White
2025-08-25 09:04:51 +01:00
parent f2d013589b
commit 345ea3febc

View File

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