bugfix: ConfigManager tried to unlock a mutex too often

git-svn-id: file:///Users/braun/svn/vermont/branches/vermont/new-template@2372 aef3b71b-58ee-0310-9ba9-8811b9f0742f
This commit is contained in:
limmer 2010-05-20 12:23:38 +00:00
parent 88adca5fdb
commit 57ab0f3ce1

View File

@ -167,7 +167,6 @@ void ConfigManager::parseConfig(std::string fileName)
}
if (!found) {
unlockGraph();
msg(MSG_INFO, "Unknown cfg entry %s found", (*it)->getName().c_str());
}
}