summaryrefslogtreecommitdiffstats
path: root/stoc/source/security/lru_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/security/lru_cache.h')
-rw-r--r--stoc/source/security/lru_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/security/lru_cache.h b/stoc/source/security/lru_cache.h
index 123e0b181a19..d4b5a8e79775 100644
--- a/stoc/source/security/lru_cache.h
+++ b/stoc/source/security/lru_cache.h
@@ -271,7 +271,7 @@ inline void lru_cache< t_key, t_val, t_hashKey, t_equalKey >::clear() SAL_THROW(
m_block[ nPos ].m_val = t_val();
}
#ifdef __CACHE_DIAGNOSE
- OSL_TRACE( "> cleared cache\n" );
+ OSL_TRACE( "> cleared cache" );
#endif
}