Skip to content

Commit

Permalink
better message
Browse files Browse the repository at this point in the history
  • Loading branch information
abma committed Mar 16, 2014
1 parent eba6932 commit 320454f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasserver.cpp
Expand Up @@ -448,7 +448,7 @@ void TASServer::Notify()
}

if (now-m_last_timer > 1) {
m_se->OnServerMessage(wxFormat(_T("bad timer, last time called %d seconds ago")) % ((int)now-m_last_timer));
m_se->OnServerMessage(wxFormat(_T("SpringLobby hanged for %d seconds")) % ((int)now-m_last_timer));
m_last_timer = now;
return;
}
Expand Down

2 comments on commit 320454f

@silentwings
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hate to be picky but "hanged" is for hanging people a la capital punishment, I think unresponsive computers are "hung" :p

@abma
Copy link
Contributor Author

@abma abma commented on 320454f Mar 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx! f1a8981

Please sign in to comment.