STORM-1186 "no mCurrentRMessageTemplate" spam when first opening inventory
Review Request #425 - Created Aug. 1, 2011 and submitted
Vadim ProductEngine | Reviewers | ||
viewer | |||
STORM-1186 | stone.linden, richard.linden | ||
None | viewer-development |
Removed the "no mCurrentRMessageTemplate" warning message. The mCurrentRMessageTemplate member seems to only be non-NULL for a short while after an incoming message was validated and parsed, thus there is no guarantee that we can obtain name of the last received message at any given time. So if we can't we'll simply return an empty string without spamming the log with warnings. The issue may have been introduced in changeset https://bitbucket.org/lindenlab/viewer-development/changeset/354916d6f13c.
Other reviews