diff --git a/startupcache/StartupCache.cpp b/startupcache/StartupCache.cpp index 9c860b00c8ad..f0ea40481372 100644 --- a/startupcache/StartupCache.cpp +++ b/startupcache/StartupCache.cpp @@ -355,7 +355,7 @@ StartupCache::PutBuffer(const char* id, const char* inbuf, uint32_t len) CacheEntry* entry; if (mTable.Get(idStr)) { - NS_ASSERTION(false, "Existing entry in StartupCache."); + NS_WARNING("Existing entry in StartupCache."); // Double-caching is undesirable but not an error. return NS_OK; }