aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra')
-rw-r--r--linden/indra/newview/llurlhistory.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llurlhistory.cpp b/linden/indra/newview/llurlhistory.cpp
index 0dadbd0..c10add4 100644
--- a/linden/indra/newview/llurlhistory.cpp
+++ b/linden/indra/newview/llurlhistory.cpp
@@ -76,7 +76,8 @@ bool LLURLHistory::saveFile(const std::string& filename)
76 std::string temp_str = gDirUtilp->getLindenUserDir(); 76 std::string temp_str = gDirUtilp->getLindenUserDir();
77 if( temp_str.empty() ) 77 if( temp_str.empty() )
78 { 78 {
79 llwarns << "Can't save. No user directory set." << llendl; 79 llwarns << "Can't save " << filename
80 << ": No user directory set." << llendl;
80 return false; 81 return false;
81 } 82 }
82 83