diff options
author | Richard Linden <none@none> | 2013-09-08 11:35:53 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-09-08 11:35:53 -0700 |
commit | 5f7f84c7acb686659b2bdc9a018b18c2b23db3d0 (patch) | |
tree | 4a871ed8205f1d6431fbdcd8ec163cb8cb61cec4 /indra | |
parent | ebd62051a5b2cb1ffcfa2fccc6e6d4292039fdda (diff) |
forgot to update instancetracker key when lazily generating name
for memstat trace
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcommon/lltrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/lltrace.h b/indra/llcommon/lltrace.h index 9713bd6c04..f7ceaf585d 100644 --- a/indra/llcommon/lltrace.h +++ b/indra/llcommon/lltrace.h @@ -243,6 +243,7 @@ public: void setName(const char* name) { mName = name; + setKey(name); } /*virtual*/ const char* getUnitLabel() const { return "B"; } |