diff options
Diffstat (limited to 'Tools/MCADefrag/MCADefrag.cpp')
-rw-r--r-- | Tools/MCADefrag/MCADefrag.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/MCADefrag/MCADefrag.cpp b/Tools/MCADefrag/MCADefrag.cpp index d11505d45..544d9f9e8 100644 --- a/Tools/MCADefrag/MCADefrag.cpp +++ b/Tools/MCADefrag/MCADefrag.cpp @@ -126,7 +126,7 @@ AString cMCADefrag::GetNextFileName(void) // cMCADefrag::cThread: cMCADefrag::cThread::cThread(cMCADefrag & a_Parent) : - super("MCADefrag thread"), + super("MCA Defragmentor"), m_Parent(a_Parent), m_IsChunkUncompressed(false), m_Compressor(12) // Set the highest compression factor |