- Added some code for better error-reporting in case of malformed policies. Actually its commented because it doesnt work...

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@831 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
elvez 2006-08-09 00:50:45 +00:00
parent e975bfdd0b
commit 6911676b53
2 changed files with 26 additions and 4 deletions

View file

@ -141,7 +141,7 @@ PythonCPUPolicyManager::collect_policies()
}
catch(MalformedPolicyException e)
{
// TODO do something here someday
std::cerr << e.what() << endl;
}
}
else