projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89e4c15
)
Remove a debugging log entry.
author
Russell Bryant
<russell@russellbryant.com>
Mon, 29 Mar 2010 05:10:41 +0000
(
05:10
+0000)
committer
Russell Bryant
<russell@russellbryant.com>
Mon, 29 Mar 2010 05:10:41 +0000
(
05:10
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@255240
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/event.c
patch
|
blob
|
history
diff --git
a/main/event.c
b/main/event.c
index
673f8a1
..
366834e
100644
(file)
--- a/
main/event.c
+++ b/
main/event.c
@@
-1382,7
+1382,6
@@
int ast_event_queue(struct ast_event *event)
if (ast_event_check_subscriber(host_event_type, AST_EVENT_IE_END)
== AST_EVENT_SUB_NONE) {
ast_event_destroy(event);
- ast_log(LOG_NOTICE, "Event destroyed, no subscriber\n");
return 0;
}