diff options
Diffstat (limited to 'indra/newview/lltoast.cpp')
-rwxr-xr-x | indra/newview/lltoast.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoast.cpp b/indra/newview/lltoast.cpp index d876c9a3f4..20135e2587 100755 --- a/indra/newview/lltoast.cpp +++ b/indra/newview/lltoast.cpp @@ -605,7 +605,7 @@ void LLToast::cleanupToasts() toastp = &(*iter); } - //llinfos << "Cleaning up toast id " << toastp->getNotificationID() << llendl; + //LL_INFOS() << "Cleaning up toast id " << toastp->getNotificationID() << LL_ENDL; // LLToast destructor will remove it from the LLInstanceTracker. if (!toastp) |