diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-11-05 16:58:49 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-11-05 16:58:49 -0500 |
commit | a01dd3709a5a6bf3bf923d1ad44b234ebb3d3b58 (patch) | |
tree | 3360fbf9ca044c9d5f29c52196241ec089376b97 /indra/llvfs | |
parent | b7b499dac4b7aa718f0db9a5f825b70b750ff317 (diff) | |
parent | 7b33c9b862d478dc488d86593116ef35030321f2 (diff) |
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/llvfs')
-rw-r--r-- | indra/llvfs/lldir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir.cpp b/indra/llvfs/lldir.cpp index 781321e5e4..c0c6e592d5 100644 --- a/indra/llvfs/lldir.cpp +++ b/indra/llvfs/lldir.cpp @@ -580,7 +580,7 @@ void LLDir::setLindenUserDir(const std::string &first, const std::string &last) } else { - llerrs << "Invalid name for LLDir::setLindenUserDir" << llendl; + llerrs << "Invalid name for LLDir::setLindenUserDir(first='" << first << "', last='" << last << "')" << llendl; } dumpCurrentDirectories(); |