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/linux_crash_logger | |
parent | 28a2d9667d472f050709e2ff2c0a8d50bbc7e03b (diff) |
STORM-2086 Convert old style llinfos and llwarns to new format
Diffstat (limited to 'indra/linux_crash_logger')
-rwxr-xr-x | indra/linux_crash_logger/linux_crash_logger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/linux_crash_logger/linux_crash_logger.cpp b/indra/linux_crash_logger/linux_crash_logger.cpp index 36f62451d7..9d5ec33fed 100755 --- a/indra/linux_crash_logger/linux_crash_logger.cpp +++ b/indra/linux_crash_logger/linux_crash_logger.cpp @@ -42,7 +42,7 @@ int main(int argc, char **argv) if (!(options.has("pid") && options.has("dumpdir"))) { - llwarns << "Insufficient parameters to crash report." << llendl; + LL_WARNS() << "Insufficient parameters to crash report." << LL_ENDL; } if (! app.init()) |