From 77e010eb85d53708b09b9b0a5b965ef9223cae24 Mon Sep 17 00:00:00 2001
From: jpbl <jpbl>
Date: Thu, 29 Sep 2005 19:39:20 +0000
Subject: [PATCH] getcallstatus 206 not longer send a unhold

---
 src/gui/official/EventFactory.inl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gui/official/EventFactory.inl b/src/gui/official/EventFactory.inl
index daf31d1804..bd0e67a1a8 100644
--- a/src/gui/official/EventFactory.inl
+++ b/src/gui/official/EventFactory.inl
@@ -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);
-- 
GitLab