Add log entry for the gateway response

This commit is contained in:
Kevin Yue 2020-07-19 18:26:08 +08:00
parent d5f9283b93
commit 2c1036ff10

View File

@ -48,6 +48,7 @@ GPGateway gpclient::helper::filterPreferredGateway(QList<GPGateway> gateways, co
QUrlQuery gpclient::helper::parseGatewayResponse(const QByteArray &xml)
{
PLOGI << "Start parsing the gateway response...";
PLOGI << "The gateway response is: " << xml;
QXmlStreamReader xmlReader{xml};
QList<QString> args;