diff options
| author | Richard Linden <none@none> | 2013-08-14 21:58:30 -0700 | 
|---|---|---|
| committer | Richard Linden <none@none> | 2013-08-14 21:58:30 -0700 | 
| commit | d83c51a4e1923508e31f25576761f001d731ea93 (patch) | |
| tree | be0867b9d51deff0c4e6971de416690369dda3d2 /indra/mac_crash_logger | |
| parent | fe24e442a61a962eaf4f7af8b3cba04b786d96eb (diff) | |
BUILDFIX: converted platform-specific files over to new LL_INFOS, etc macros
Diffstat (limited to 'indra/mac_crash_logger')
| -rwxr-xr-x | indra/mac_crash_logger/mac_crash_logger.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/mac_crash_logger/mac_crash_logger.cpp b/indra/mac_crash_logger/mac_crash_logger.cpp index 6add74556f..a5f349fd0b 100755 --- a/indra/mac_crash_logger/mac_crash_logger.cpp +++ b/indra/mac_crash_logger/mac_crash_logger.cpp @@ -37,7 +37,7 @@ int main(int argc, char **argv)  	if (! app.init())  	{ -		llwarns << "Unable to initialize application." << llendl; +		LL_WARNS() << "Unable to initialize application." << LL_ENDL;  		return 1;  	}      if (app.getCrashBehavior() != CRASH_BEHAVIOR_ALWAYS_SEND) @@ -49,7 +49,7 @@ int main(int argc, char **argv)  	app.cleanup(); -	llinfos << "Crash reporter finished normally." << llendl; +	LL_INFOS() << "Crash reporter finished normally." << LL_ENDL;  	return 0;  } | 
