diff options
author | McCabe Maxsted | 2010-08-29 17:37:15 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-08-29 17:37:15 -0700 |
commit | 252d0124288c71d8c0a9cf2ee8cf69eb895e769a (patch) | |
tree | a5580eb7926ae1f44c9be75570e10296068d5b37 /linden/indra/newview/llinventorybridge.cpp | |
parent | Potential fix for a crash in llfontgl (diff) | |
download | meta-impy-252d0124288c71d8c0a9cf2ee8cf69eb895e769a.zip meta-impy-252d0124288c71d8c0a9cf2ee8cf69eb895e769a.tar.gz meta-impy-252d0124288c71d8c0a9cf2ee8cf69eb895e769a.tar.bz2 meta-impy-252d0124288c71d8c0a9cf2ee8cf69eb895e769a.tar.xz |
Added 'Inventory' log control stuff from Snowglobe
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llinventorybridge.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llinventorybridge.cpp b/linden/indra/newview/llinventorybridge.cpp index ebbccfe..4a5ad67 100644 --- a/linden/indra/newview/llinventorybridge.cpp +++ b/linden/indra/newview/llinventorybridge.cpp | |||
@@ -3945,7 +3945,7 @@ protected: | |||
3945 | } | 3945 | } |
3946 | else | 3946 | else |
3947 | { | 3947 | { |
3948 | llwarns << "Dropping unhandled LLWearAttachments" << llendl; | 3948 | llwarns << "Dropping unhandled LLWearAttachmentsCallback" << llendl; |
3949 | } | 3949 | } |
3950 | } | 3950 | } |
3951 | private: | 3951 | private: |