mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
fixed up some debug text (patch from H.Morgan)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6917 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a1ab524bdf
commit
6fe16d55e1
4 changed files with 17 additions and 18 deletions
|
@ -1616,7 +1616,7 @@ void PGPHandler::locked_readPrivateTrustDatabase()
|
|||
|
||||
fclose(fdb) ;
|
||||
|
||||
std::cerr << "PGPHandler: Successfully read " << n_packets << " trust packets." << std::endl;
|
||||
std::cerr << "PGPHandler: Successfully read " << std::hex << n_packets << std::dec << " trust packets." << std::endl;
|
||||
}
|
||||
|
||||
bool PGPHandler::locked_writePrivateTrustDatabase()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue