made retrieval of group data manual instead of automatic

This commit is contained in:
csoler 2018-07-05 11:43:55 +02:00
parent 59c51a250b
commit 0e37de3e11
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
6 changed files with 56 additions and 10 deletions

View file

@ -1125,7 +1125,7 @@ void p3turtle::handleSearchResult(RsTurtleSearchResultItem *item)
// This is an error: how could we receive a search result corresponding to a search item we
// have forwarded but that it not in the list ??
std::cerr << __PRETTY_FUNCTION__ << ": search result has no peer direction!" << std::endl ;
std::cerr << __PRETTY_FUNCTION__ << ": search result for request " << std::hex << item->request_id << std::dec << " has no peer direction!" << std::endl ;
return ;
}