diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-12-08 13:01:44 -0500 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-12-08 13:01:44 -0500 |
| commit | 7e962d3798994631e0fa0b7d27726c604f4c604c (patch) | |
| tree | bac4873b4f21be77c5e9f0edfd02b4af17383ae7 /indra/newview/llflickrconnect.cpp | |
| parent | 147d1922450f289fe675dc6f0ccce9094db13b38 (diff) | |
| parent | 6d48db868f7459fcf5f0e89d830a844e409d4163 (diff) | |
merge
Diffstat (limited to 'indra/newview/llflickrconnect.cpp')
| -rw-r--r-- | indra/newview/llflickrconnect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llflickrconnect.cpp b/indra/newview/llflickrconnect.cpp index b715896264..b75660ea00 100644 --- a/indra/newview/llflickrconnect.cpp +++ b/indra/newview/llflickrconnect.cpp @@ -400,7 +400,7 @@ void LLFlickrConnect::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; } |
