summaryrefslogtreecommitdiff
path: root/indra/llvfs/lldir.h
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-06-03 21:37:43 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-06-03 21:37:43 +0300
commit930bf680c2d184b8678a0c42a8d3a0d30e104643 (patch)
tree5f5616bdb6c645c60d8bac7486f5a0588552bd0c /indra/llvfs/lldir.h
parent3dd074d5ec83edbc3af3de0f50f8ca6cdfb7ef29 (diff)
SL-10423 Dump path data when missing critical file
Diffstat (limited to 'indra/llvfs/lldir.h')
-rw-r--r--indra/llvfs/lldir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir.h b/indra/llvfs/lldir.h
index e233413a7f..38e204ef04 100644
--- a/indra/llvfs/lldir.h
+++ b/indra/llvfs/lldir.h
@@ -194,7 +194,7 @@ class LLDir
virtual bool setCacheDir(const std::string &path);
virtual void updatePerAccountChatLogsDir();
- virtual void dumpCurrentDirectories();
+ virtual void dumpCurrentDirectories(LLError::ELevel level = LLError::LEVEL_DEBUG);
// Utility routine
std::string buildSLOSCacheDir() const;