diff --git a/indra/llcommon/llcleanup.cpp b/indra/llcommon/llcleanup.cpp
index f45f4925ced1db3c1828fa001408045ed6e7a07d..c5283507bfc0d8831aeeae7b6a0cff8e0946c2ec 100644
--- a/indra/llcommon/llcleanup.cpp
+++ b/indra/llcommon/llcleanup.cpp
@@ -18,11 +18,12 @@
 // external library headers
 // other Linden headers
 #include "llerror.h"
+#include "llerrorcontrol.h"
 
 void log_subsystem_cleanup(const char* file, int line, const char* function,
                            const char* classname)
 {
-    LL_INFOS("Cleanup") << file << "(" << line << "): calling " 
-                        << classname << "::cleanupClass() in "
+    LL_INFOS("Cleanup") << LLError::abbreviateFile(file) << "(" << line << "): "
+                        << "calling " << classname << "::cleanupClass() in "
                         << function << LL_ENDL;
 }