summaryrefslogtreecommitdiff
path: root/indra/linux_crash_logger/llcrashloggerlinux.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-08-14 21:58:30 -0700
committerRichard Linden <none@none>2013-08-14 21:58:30 -0700
commitd83c51a4e1923508e31f25576761f001d731ea93 (patch)
treebe0867b9d51deff0c4e6971de416690369dda3d2 /indra/linux_crash_logger/llcrashloggerlinux.cpp
parentfe24e442a61a962eaf4f7af8b3cba04b786d96eb (diff)
BUILDFIX: converted platform-specific files over to new LL_INFOS, etc macros
Diffstat (limited to 'indra/linux_crash_logger/llcrashloggerlinux.cpp')
-rwxr-xr-xindra/linux_crash_logger/llcrashloggerlinux.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/linux_crash_logger/llcrashloggerlinux.cpp b/indra/linux_crash_logger/llcrashloggerlinux.cpp
index 62465f9937..0bc534fde0 100755
--- a/indra/linux_crash_logger/llcrashloggerlinux.cpp
+++ b/indra/linux_crash_logger/llcrashloggerlinux.cpp
@@ -71,7 +71,7 @@ static BOOL do_ask_dialog(void)
#if LL_GTK
gtk_disable_setlocale();
if (!gtk_init_check(NULL, NULL)) {
- llinfos << "Could not initialize GTK for 'ask to send crash report' dialog; not sending report." << llendl;
+ LL_INFOS() << "Could not initialize GTK for 'ask to send crash report' dialog; not sending report." << LL_ENDL;
return FALSE;
}