diff options
author | AndreyL ProductEngine <none@none> | 2018-02-12 21:09:20 +0200 |
---|---|---|
committer | AndreyL ProductEngine <none@none> | 2018-02-12 21:09:20 +0200 |
commit | 02342cb9ae3140cb49ec2818fee5692b3796bf8a (patch) | |
tree | 7f17de74f139981c9493f711f4bfdd6906cd533f /indra/llcommon/llthread.cpp | |
parent | 4d7a59c232aa5844a936e9883cb2bee4c01aaaba (diff) | |
parent | 5510b589b136d354ce2975c45f41ccc7e66e9d21 (diff) |
Merged in lindenlab/viewer-release
Diffstat (limited to 'indra/llcommon/llthread.cpp')
-rw-r--r-- | indra/llcommon/llthread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llthread.cpp b/indra/llcommon/llthread.cpp index e353230791..32e8ea9682 100644 --- a/indra/llcommon/llthread.cpp +++ b/indra/llcommon/llthread.cpp @@ -437,7 +437,7 @@ LLThreadSafeRefCount::~LLThreadSafeRefCount() { if (mRef != 0) { - LL_ERRS() << "deleting non-zero reference" << LL_ENDL; + LL_ERRS() << "deleting referenced object mRef = " << mRef << LL_ENDL; } } |