Browse Source

more verbose timeout log message

pull/6/head
Richard Fuchs 12 years ago
parent
commit
eb59af9520
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      daemon/call.c

+ 2
- 0
daemon/call.c View File

@ -852,7 +852,9 @@ next:
if (good)
goto out;
log_info_call(c);
ilog(LOG_INFO, "Closing call branch due to timeout");
log_info_clear();
drop:
rwlock_unlock_r(&c->master_lock);


Loading…
Cancel
Save