Skip to content
Snippets Groups Projects
Commit 77e010eb authored by jpbl's avatar jpbl
Browse files

getcallstatus 206 not longer send a unhold

parent 801bb606
Branches
Tags
No related merge requests found
......@@ -47,7 +47,7 @@ EventFactoryImpl< Base >::create(const std::string &code,
{
typename std::map< std::string, EventCreatorBase< Base > * >::iterator pos = mEventCreators.find(code);
if(pos == mEventCreators.end()) {
throw std::runtime_error("The code \"" + code + "\" has no creator registered.");
_debug("The code %s has no creator registered.", code.c_str());
}
return pos->second->create(code, args);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment