From 2c1036ff109b0ba3fbd40cce3eba80fcf947b0eb Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Sun, 19 Jul 2020 18:26:08 +0800 Subject: [PATCH] Add log entry for the gateway response --- GPClient/gphelper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/GPClient/gphelper.cpp b/GPClient/gphelper.cpp index 2a7d079..63debcb 100644 --- a/GPClient/gphelper.cpp +++ b/GPClient/gphelper.cpp @@ -48,6 +48,7 @@ GPGateway gpclient::helper::filterPreferredGateway(QList 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 args;