diff options
author | Jonathan Yap <jhwelch@gmail.com> | 2014-11-20 16:25:11 -0500 |
---|---|---|
committer | Jonathan Yap <jhwelch@gmail.com> | 2014-11-20 16:25:11 -0500 |
commit | 44f5d7320952de2c4c7e1062b1c02c2f521400fa (patch) | |
tree | c4206e2479a35c0de881129671a4961158b60d7f /indra/newview/lltwitterconnect.cpp | |
parent | 28a2d9667d472f050709e2ff2c0a8d50bbc7e03b (diff) |
STORM-2086 Convert old style llinfos and llwarns to new format
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; } |