Skip to content
Snippets Groups Projects
Commit 7b33c9b8 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Produce slightly more info for bad LLDir::setLindenUserDir() call

parent 04add880
No related branches found
No related tags found
No related merge requests found
...@@ -580,7 +580,7 @@ void LLDir::setLindenUserDir(const std::string &first, const std::string &last) ...@@ -580,7 +580,7 @@ void LLDir::setLindenUserDir(const std::string &first, const std::string &last)
} }
else else
{ {
llerrs << "Invalid name for LLDir::setLindenUserDir" << llendl; llerrs << "Invalid name for LLDir::setLindenUserDir(first='" << first << "', last='" << last << "')" << llendl;
} }
dumpCurrentDirectories(); dumpCurrentDirectories();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment