unsenep2pdev / RetroShare

UnseenP2P is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform. (upstream Repository)
https://retroshare.github.io/
GNU General Public License v2.0
3 stars 5 forks source link

Unseen p2p app #10

Closed unsenep2pdev closed 6 years ago

unsenep2pdev commented 6 years ago

Need to remove or add proper debugging Macros into the source code:

Example: std::cerr << "p3HistoryMgr: message with msgId: " << lit->first << ", msg: " << lit->second->message <<" unread: " << lit->second->unread << std::endl;

unsenep2pdev commented 6 years ago

Need to remove or add proper debugging Macros into the source code:

Example: std::cerr << "p3HistoryMgr: message with msgId: " << lit->first << ", msg: " << lit->second->message <<" unread: " << lit->second->unread << std::endl;