mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-20 12:24:24 -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
2 changed files with 5 additions and 4 deletions
|
@ -352,8 +352,8 @@ int pqihandler::locked_GetItems()
|
||||||
if(++ntimes < 20)
|
if(++ntimes < 20)
|
||||||
{
|
{
|
||||||
std::cerr << "pqihandler::locked_GetItems() pqi->GetItem()";
|
std::cerr << "pqihandler::locked_GetItems() pqi->GetItem()";
|
||||||
std::cerr << " should never happen anymore!";
|
std::cerr << " should never happen anymore!";
|
||||||
std::cerr << std::endl;
|
std::cerr << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef RSITEM_DEBUG
|
#ifdef RSITEM_DEBUG
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
#include "pqi/pqipersongrp.h"
|
#include "pqi/pqipersongrp.h"
|
||||||
#include "pqi/p3linkmgr.h"
|
#include "pqi/p3linkmgr.h"
|
||||||
#include "util/rsdebug.h"
|
#include "util/rsdebug.h"
|
||||||
|
#include "util/rsprint.h"
|
||||||
#include "serialiser/rsserviceserialiser.h"
|
#include "serialiser/rsserviceserialiser.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -86,8 +87,8 @@ int pqipersongrp::tickServiceRecv()
|
||||||
if(++ntimes < 20)
|
if(++ntimes < 20)
|
||||||
{
|
{
|
||||||
std::cerr << "pqipersongrp::tickServiceRecv() GetRsRawItem()";
|
std::cerr << "pqipersongrp::tickServiceRecv() GetRsRawItem()";
|
||||||
std::cerr << " should never happen anymore!";
|
std::cerr << " should never happen anymore! item data=" << RsUtil::BinToHex((char*)pqi->getRawData(),pqi->getRawLength()) ;
|
||||||
std::cerr << std::endl;
|
std::cerr << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
++i;
|
++i;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue