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:
csoler 2015-04-23 19:31:41 +00:00
parent 3e4d63f4ab
commit dcf41395fd
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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;