From fff49a5c092b904b03713ff1231a1ae5a08c487b Mon Sep 17 00:00:00 2001 From: Bryan Godbolt Date: Thu, 7 Oct 2010 10:48:25 -0600 Subject: [PATCH] fixed error in parameter list --- settings/ParameterList.xml | 4 ++-- src/comm/ParameterList.cc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/settings/ParameterList.xml b/settings/ParameterList.xml index 3894080f4..3801990f6 100644 --- a/settings/ParameterList.xml +++ b/settings/ParameterList.xml @@ -2,9 +2,9 @@ - + - + diff --git a/src/comm/ParameterList.cc b/src/comm/ParameterList.cc index 15229b61b..4f7872854 100644 --- a/src/comm/ParameterList.cc +++ b/src/comm/ParameterList.cc @@ -342,7 +342,7 @@ void ParameterList::parseBlock(const QDomElement &block) } else { - qDebug() << __FILE__ << ":" << __LINE__ << ": error in xml doc"; + qDebug() << __FILE__ << ":" << __LINE__ << ": error in xml doc in block" << block.attribute("name"); } } -- GitLab