projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
fe9821c
)
Remove an extra debug message I left in
author
Mark Michelson
<mmichelson@digium.com>
Wed, 6 Feb 2008 00:08:58 +0000
(
00:08
+0000)
committer
Mark Michelson
<mmichelson@digium.com>
Wed, 6 Feb 2008 00:08:58 +0000
(
00:08
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102550
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_queue.c
patch
|
blob
|
history
diff --git
a/apps/app_queue.c
b/apps/app_queue.c
index
3eb4ae5
..
d1238a1
100644
(file)
--- a/
apps/app_queue.c
+++ b/
apps/app_queue.c
@@
-5100,7
+5100,6
@@
static int reload_queues(int reload)
ao2_ref(cur, -1);
continue;
}
- ast_log(LOG_DEBUG, "%s in queue marked as delme, we should be deleting...\n", cur->interface);
q->membercount--;
ao2_unlink(q->members, cur);
remove_from_interfaces(cur->interface);