mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-14 03:52:39 -04:00
still further log cleanings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2240 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6f1e4623ab
commit
1c51a0faab
7 changed files with 68 additions and 52 deletions
|
@ -804,7 +804,9 @@ void PeersDialog::configurefriend()
|
|||
|
||||
void PeersDialog::resetStatusBar()
|
||||
{
|
||||
#ifdef PEERS_DEBUG
|
||||
std::cerr << "PeersDialog: reseting status bar." << std::endl ;
|
||||
#endif
|
||||
|
||||
ui.statusStringLabel->setText(QString("")) ;
|
||||
}
|
||||
|
@ -882,7 +884,9 @@ void PeersDialog::insertChat()
|
|||
std::list<ChatInfo> newchat;
|
||||
if (!rsMsgs->getNewChat(newchat))
|
||||
{
|
||||
#ifdef PEERS_DEBUG
|
||||
std::cerr << "could not get new chat." << std::endl ;
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
#ifdef PEERS_DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue