diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llmail.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llmessage/llmail.cpp b/linden/indra/llmessage/llmail.cpp index 0504080..6945a45 100644 --- a/linden/indra/llmessage/llmail.cpp +++ b/linden/indra/llmessage/llmail.cpp | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2001&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2001&license=viewergpl$ |
6 | * | 6 | * |
7 | * Copyright (c) 2001-2008, Linden Research, Inc. | 7 | * Copyright (c) 2001-2009, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
10 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -344,7 +344,7 @@ bool LLMail::send( | |||
344 | << "when sending messages larger than " << LL_MAX_KNOWN_GOOD_MAIL_SIZE | 344 | << "when sending messages larger than " << LL_MAX_KNOWN_GOOD_MAIL_SIZE |
345 | << " bytes. The next log about success is potentially a lie." << llendl; | 345 | << " bytes. The next log about success is potentially a lie." << llendl; |
346 | } | 346 | } |
347 | llinfos << "send_mail success: " | 347 | lldebugs << "send_mail success: " |
348 | << "to=<" << to_address | 348 | << "to=<" << to_address |
349 | << ">, from=<" << from_address << ">" | 349 | << ">, from=<" << from_address << ">" |
350 | << ", bytes=" << original_size | 350 | << ", bytes=" << original_size |