diff options
author | Graham Linden <graham@lindenlab.com> | 2014-11-18 12:54:13 -0800 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2014-11-18 12:54:13 -0800 |
commit | a882d7a02b9e8a58cdbfa945682a313718886ab4 (patch) | |
tree | 8de380c053fb15b0aa177384f3a611f2e3c84757 /indra/newview/lltwitterconnect.cpp | |
parent | 962a342c65ff541baf0a066a47643c8b9fc172a4 (diff) |
Fix for gpu_bench crash without parallels knock-on
Diffstat (limited to 'indra/newview/lltwitterconnect.cpp')
-rw-r--r-- | indra/newview/lltwitterconnect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltwitterconnect.cpp b/indra/newview/lltwitterconnect.cpp index 7088558b83..e983bc883f 100644 --- a/indra/newview/lltwitterconnect.cpp +++ b/indra/newview/lltwitterconnect.cpp @@ -397,7 +397,7 @@ void LLTwitterConnect::uploadPhoto(LLPointer<LLImageFormatted> image, const std: } else { - llwarns << "Image to upload is not a PNG or JPEG" << llendl; + LL_WARNS() << "Image to upload is not a PNG or JPEG" << LL_ENDL; return; } |