mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 11:32:48 -04:00
further log cleanings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2271 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
be92a7941a
commit
b46cf457db
7 changed files with 80 additions and 71 deletions
|
@ -815,7 +815,9 @@ void PeersDialog::updateStatusTyping()
|
|||
{
|
||||
if(time(NULL) - last_status_send_time > 5) // limit 'peer is typing' packets to at most every 10 sec
|
||||
{
|
||||
#ifdef PEERS_DEBUG
|
||||
std::cerr << "PeersDialog: sending group chat typing info." << std::endl ;
|
||||
#endif
|
||||
|
||||
rsMsgs->sendGroupChatStatusString(rsiface->getConfig().ownName + " is typing...");
|
||||
last_status_send_time = time(NULL) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue