summaryrefslogtreecommitdiff
path: root/src/directoryrefresher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/directoryrefresher.cpp')
-rw-r--r--src/directoryrefresher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/directoryrefresher.cpp b/src/directoryrefresher.cpp
index e8c26c90..5a3cca5c 100644
--- a/src/directoryrefresher.cpp
+++ b/src/directoryrefresher.cpp
@@ -463,7 +463,7 @@ void DirectoryRefresher::addMultipleModsFilesToStructure(
void DirectoryRefresher::refresh()
{
SetThisThreadName("DirectoryRefresher");
- TimeThis tt("refresh");
+ TimeThis tt("DirectoryRefresher::refresh()");
auto* p = new DirectoryRefreshProgress(this);
{