Fixing error found by static analyser
[platform/core/uifw/dali-adaptor.git] / dali / internal / accessibility / bridge / bridge-text.cpp
index 9ca694c..c1d7b6b 100644 (file)
@@ -48,7 +48,7 @@ Text* BridgeText::FindSelf() const
   auto textObject = dynamic_cast<Text*>(self);
   if(!textObject)
   {
-    throw std::domain_error{"object " + textObject->GetAddress().ToString() + " doesn't have Text interface"};
+    throw std::domain_error{"Object doesn't have Text interface"};
   }
   return textObject;
 }