Skip to content
Snippets Groups Projects
Commit 1b168d76 authored by rswindell's avatar rswindell
Browse files

Even more details (number of subs) in the "read message ... pointers"

debug log msg.
parent e3c2ff1f
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,8 @@ void sbbs_t::getmsgptrs()
return;
msclock_t start = msclock();
::getmsgptrs(&cfg,&useron,subscan,online == ON_REMOTE ? ProgressLoadingMsgPtrs : NULL,this);
lprintf(LOG_DEBUG, "Node %d %s read message configuration/pointers (%lu ms)", cfg.node_num, useron.alias, msclock() - start);
lprintf(LOG_DEBUG, "Node %d %s read %u message scan cfg/pointers in %lu ms"
, cfg.node_num, useron.alias, cfg.total_subs, msclock() - start);
if(online == ON_REMOTE)
bputs(text[LoadedMsgPtrs]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment