mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 16:50:14 +00:00
move continue out of block that checks verbose level (issue #6880)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@17945 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -558,11 +558,10 @@ static int receive_ademco_contact_id( struct ast_channel *chan, void *data, int
|
|||||||
|
|
||||||
if(checksum){
|
if(checksum){
|
||||||
database_increment("checksum-errors");
|
database_increment("checksum-errors");
|
||||||
if(option_verbose >= 2){
|
if(option_verbose >= 2)
|
||||||
ast_verbose(VERBOSE_PREFIX_2 "AlarmReceiver: Nonzero checksum\n");
|
ast_verbose(VERBOSE_PREFIX_2 "AlarmReceiver: Nonzero checksum\n");
|
||||||
ast_log(LOG_DEBUG, "AlarmReceiver: Nonzero checksum\n");
|
ast_log(LOG_DEBUG, "AlarmReceiver: Nonzero checksum\n");
|
||||||
continue;
|
continue;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Check the message type for correctness */
|
/* Check the message type for correctness */
|
||||||
|
|||||||
Reference in New Issue
Block a user