- Applied Matteos tips to the error handling code. Now all loading errors whould be handled. Don
t know about runtime errors, though
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@832 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
6911676b53
commit
addad6aa26
3 changed files with 42 additions and 31 deletions
|
@ -141,7 +141,7 @@ PythonCPUPolicyManager::collect_policies()
|
|||
}
|
||||
catch(MalformedPolicyException e)
|
||||
{
|
||||
std::cerr << e.what() << endl;
|
||||
std::cerr << "POLICY LOAD ERROR: " << e.what() << endl;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue