mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-17 02:56:07 -04:00
Fix log statement (incorrect arguments)in SpiderLoop.cpp
This commit is contained in:
@ -1147,7 +1147,7 @@ bool SpiderLoop::spiderUrl2(SpiderRequest *sreq, const key96_t *doledbKey, colln
|
||||
if (m_urlCache.lookup(urlStripped, &data)) {
|
||||
// this is not suppose to happen!
|
||||
logError("Trying to respider url='%s' within %" PRId64" seconds. Dropping url='%s'",
|
||||
g_conf.m_spiderUrlCacheMaxAge, urlStripped.c_str(), sreq->m_url);
|
||||
urlStripped.c_str(), g_conf.m_spiderUrlCacheMaxAge, sreq->m_url);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user