diff options
Diffstat (limited to 'linden/indra/newview/lllogchat.cpp')
-rw-r--r-- | linden/indra/newview/lllogchat.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/lllogchat.cpp b/linden/indra/newview/lllogchat.cpp index 0c2c1be..95b626b 100644 --- a/linden/indra/newview/lllogchat.cpp +++ b/linden/indra/newview/lllogchat.cpp | |||
@@ -106,7 +106,8 @@ void LLLogChat::loadHistory(std::string filename , void (*callback)(ELogLineType | |||
106 | { | 106 | { |
107 | if(!filename.size()) | 107 | if(!filename.size()) |
108 | { | 108 | { |
109 | llerrs << "Filename is Empty!" << llendl; | 109 | llwarns << "Filename is Empty!" << llendl; |
110 | return ; | ||
110 | } | 111 | } |
111 | 112 | ||
112 | LLFILE* fptr = LLFile::fopen(makeLogFileName(filename), "r"); /*Flawfinder: ignore*/ | 113 | LLFILE* fptr = LLFile::fopen(makeLogFileName(filename), "r"); /*Flawfinder: ignore*/ |