aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/upnp/RootService.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/upnp/RootService.cpp')
-rw-r--r--src/modules/upnp/RootService.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/upnp/RootService.cpp b/src/modules/upnp/RootService.cpp
index 08fc3b7cd..abf945da8 100644
--- a/src/modules/upnp/RootService.cpp
+++ b/src/modules/upnp/RootService.cpp
@@ -158,7 +158,7 @@ RootService::~RootService()
// Recursively add all devices and embedded devices to the deviceServices_ map
void RootService::addDeviceServices(const QDomNode &device)
{
- qDebug() << "UPnP Discovered device " << XmlFunctions::getNodeValue(device, "/UDN") << endl;
+ qDebug() << "UPnP discovered device " << XmlFunctions::getNodeValue(device, "/UDN") << endl;
if(XmlFunctions::getNodeValue(device, "/deviceType") == InternetGatewayDeviceType)
{
@@ -173,7 +173,7 @@ void RootService::addDeviceServices(const QDomNode &device)
qDebug() << "Model: " << description << endl;
- g_pApp->activeConsole()->output(KVI_OUT_GENERICSTATUS,__tr2qs_ctx("[UPNP]: Found gateway device: %s","upnp"), description.toUtf8().data());
+ g_pApp->activeConsole()->output(KVI_OUT_GENERICSTATUS,__tr2qs_ctx("[UPNP]: found gateway device: %s","upnp"), description.toUtf8().data());
}