aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/upnp/Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/upnp/Service.cpp')
-rw-r--r--src/modules/upnp/Service.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/upnp/Service.cpp b/src/modules/upnp/Service.cpp
index e0547bfc2..2b0d87d4e 100644
--- a/src/modules/upnp/Service.cpp
+++ b/src/modules/upnp/Service.cpp
@@ -233,7 +233,8 @@ namespace UPnP
QByteArray response = reply->readAll();
QDomDocument xml;
- qDebug() << "Response:\n" << response << "\n---\n";
+ qDebug() << "Response:\n"
+ << response << "\n---\n";
// Parse the XML
QString errorMessage;