*** empty log message ***

git-svn-id: http://yate.null.ro/svn/yate/trunk@1170 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2007-01-17 02:11:17 +00:00
parent 50d6b1ed2e
commit fa22c28fff
1 changed files with 1 additions and 1 deletions

View File

@ -2110,7 +2110,7 @@ ClientChannel::~ClientChannel()
String tmp("Hung up:");
tmp << " " << (address() ? address() : id());
if (m_reason)
tmp << " (" << m_reason << ")";
tmp << " reason: " << m_reason;
if (Client::self()) {
Client::self()->delChannel(this);
Client::self()->setStatusLocked(tmp);