- Added some code for better error-reporting in case of malformed policies. Actually its commented because it doesn
t work...
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@831 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
e975bfdd0b
commit
6911676b53
2 changed files with 26 additions and 4 deletions
|
@ -141,7 +141,7 @@ PythonCPUPolicyManager::collect_policies()
|
|||
}
|
||||
catch(MalformedPolicyException e)
|
||||
{
|
||||
// TODO do something here someday
|
||||
std::cerr << e.what() << endl;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue