From: Matt O'Gorman Date: Tue, 4 Apr 2006 16:59:27 +0000 (+0000) Subject: minor code clean up from 6880 X-Git-Tag: 1.4.0-beta1~2160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a536eb6ec774788097100b34fe001a120ed8493a;p=thirdparty%2Fasterisk.git minor code clean up from 6880 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@17312 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_alarmreceiver.c b/apps/app_alarmreceiver.c index 517f57f6f9..85a7a68bba 100644 --- a/apps/app_alarmreceiver.c +++ b/apps/app_alarmreceiver.c @@ -551,13 +551,12 @@ static int receive_ademco_contact_id( struct ast_channel *chan, void *data, int checksum = checksum % 15; - if(checksum){ + if (checksum) { database_increment("checksum-errors"); - if(option_verbose >= 2){ + if (option_verbose >= 2) ast_verbose(VERBOSE_PREFIX_2 "AlarmReceiver: Nonzero checksum\n"); ast_log(LOG_DEBUG, "AlarmReceiver: Nonzero checksum\n"); continue; - } } /* Check the message type for correctness */