diff --git a/indra/llmessage/llcachename.cpp b/indra/llmessage/llcachename.cpp index 851bdb41af..50bba94d4c 100644 --- a/indra/llmessage/llcachename.cpp +++ b/indra/llmessage/llcachename.cpp @@ -890,11 +890,11 @@ void LLCacheName::Impl::processPendingReplies() { if (reply->mIsGroup) { - (reply->mSignal)(reply->mID, "(???)", true); + (reply->mSignal)(reply->mID, "(\?\?\?)", true); } else { - (reply->mSignal)(reply->mID, "(???).(???)", false); + (reply->mSignal)(reply->mID, "(\?\?\?).(\?\?\?)", false); } // Assuming we don't need to send a reply to the simulator