mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
Add log entry for the gateway response
This commit is contained in:
parent
d5f9283b93
commit
2c1036ff10
@ -48,6 +48,7 @@ GPGateway gpclient::helper::filterPreferredGateway(QList<GPGateway> gateways, co
|
|||||||
QUrlQuery gpclient::helper::parseGatewayResponse(const QByteArray &xml)
|
QUrlQuery gpclient::helper::parseGatewayResponse(const QByteArray &xml)
|
||||||
{
|
{
|
||||||
PLOGI << "Start parsing the gateway response...";
|
PLOGI << "Start parsing the gateway response...";
|
||||||
|
PLOGI << "The gateway response is: " << xml;
|
||||||
|
|
||||||
QXmlStreamReader xmlReader{xml};
|
QXmlStreamReader xmlReader{xml};
|
||||||
QList<QString> args;
|
QList<QString> args;
|
||||||
|
Loading…
Reference in New Issue
Block a user