mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added more info about the ghost items that printout at start. Where do they come from??
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8162 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3e4d63f4ab
commit
dcf41395fd
@ -352,8 +352,8 @@ int pqihandler::locked_GetItems()
|
||||
if(++ntimes < 20)
|
||||
{
|
||||
std::cerr << "pqihandler::locked_GetItems() pqi->GetItem()";
|
||||
std::cerr << " should never happen anymore!";
|
||||
std::cerr << std::endl;
|
||||
std::cerr << " should never happen anymore!";
|
||||
std::cerr << std::endl;
|
||||
}
|
||||
|
||||
#ifdef RSITEM_DEBUG
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include "pqi/pqipersongrp.h"
|
||||
#include "pqi/p3linkmgr.h"
|
||||
#include "util/rsdebug.h"
|
||||
#include "util/rsprint.h"
|
||||
#include "serialiser/rsserviceserialiser.h"
|
||||
|
||||
#include <stdio.h>
|
||||
@ -86,8 +87,8 @@ int pqipersongrp::tickServiceRecv()
|
||||
if(++ntimes < 20)
|
||||
{
|
||||
std::cerr << "pqipersongrp::tickServiceRecv() GetRsRawItem()";
|
||||
std::cerr << " should never happen anymore!";
|
||||
std::cerr << std::endl;
|
||||
std::cerr << " should never happen anymore! item data=" << RsUtil::BinToHex((char*)pqi->getRawData(),pqi->getRawLength()) ;
|
||||
std::cerr << std::endl;
|
||||
}
|
||||
|
||||
++i;
|
||||
|
Loading…
Reference in New Issue
Block a user