summaryrefslogtreecommitdiff
path: root/indra/llvfs
diff options
context:
space:
mode:
authorAura Linden <aura@lindenlab.com>2012-11-29 23:33:31 -0800
committerAura Linden <aura@lindenlab.com>2012-11-29 23:33:31 -0800
commit1149c94c5b5008f6c076ce4b072f54e48c4783ae (patch)
treeee0578bb4db47d7a8c0c4f5019bbd96bca709c05 /indra/llvfs
parentacc53a1c226999878d26b0b4bd58ac8df3256c06 (diff)
Crashlogger only runs when it comes from teamcity so I must checkin debug and wait. What fun.
Diffstat (limited to 'indra/llvfs')
-rw-r--r--indra/llvfs/lldir.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llvfs/lldir.cpp b/indra/llvfs/lldir.cpp
index 32d081d552..bd5ce4acac 100644
--- a/indra/llvfs/lldir.cpp
+++ b/indra/llvfs/lldir.cpp
@@ -431,6 +431,7 @@ std::string LLDir::getExpandedFilename(ELLPath location, const std::string& subd
llassert(0);
}
+ llinfos << "SPATTERS got " << prefix << " for location " << location << llendl;
std::string filename = in_filename;
if (!subdir2.empty())
{
@@ -471,7 +472,7 @@ std::string LLDir::getExpandedFilename(ELLPath location, const std::string& subd
expanded_filename.assign("");
}
- //llinfos << "*** EXPANDED FILENAME: <" << expanded_filename << ">" << llendl;
+ llinfos << "*** EXPANDED FILENAME: <" << expanded_filename << ">" << llendl;
return expanded_filename;
}