From 7d4516afc4cd194f9224dcd5e07e0f234c162fdf Mon Sep 17 00:00:00 2001 From: un1versal Date: Wed, 9 Dec 2015 11:58:53 +0000 Subject: src/modules typos: capitalize, formatting, consistency and syntax fixes --- src/modules/upnp/XmlFunctions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/upnp/XmlFunctions.cpp') diff --git a/src/modules/upnp/XmlFunctions.cpp b/src/modules/upnp/XmlFunctions.cpp index 1fe7d0a7a..39927fe74 100644 --- a/src/modules/upnp/XmlFunctions.cpp +++ b/src/modules/upnp/XmlFunctions.cpp @@ -56,7 +56,7 @@ QDomNode XmlFunctions::getNode( const QDomNode &rootNode, const QString &path ) } if( childNode.isNull() ) { - qDebug() << "XmlFunctions::getNode() - notice: node '" << pathItems[ i - 1 ] << "'" + qDebug() << "XmlFunctions::getNode() - Notice: node '" << pathItems[ i - 1 ] << "'" << " does not exist (root=" << rootNode.nodeName() << " path=" << path << ")." << endl; } @@ -106,7 +106,7 @@ QString XmlFunctions::getNodeValue( const QDomNode &rootNode, const QString &pat // Added code to avoid more assertion errors, and trace the cause. if( rootNode.isNull() ) { - qWarning() << "XmlFunctions::getNodeValue: Attempted to request '" << path << "' on null root node." << endl; + qWarning() << "XmlFunctions::getNodeValue: attempted to request '" << path << "' on null root node." << endl; return QString(); } -- cgit v1.3.1-10-gc9f91