dect
/
asterisk
Archived
13
0
Fork 0

Fix up compile breakage from ast_tvdiff_ms() API change.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@241503 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2010-01-20 13:01:00 +00:00
parent bbcc57ee3f
commit b4d98df550
1 changed files with 2 additions and 2 deletions

View File

@ -644,7 +644,7 @@ static void get_callerid(struct vpb_pvt *p)
vpb_sleep(RING_SKIP);
}
ast_verb(4, "CID record - skipped %dms trailing ring\n",
ast_verb(4, "CID record - skipped %ldms trailing ring\n",
ast_tvdiff_ms(ast_tvnow(), cid_record_time));
cid_record_time = ast_tvnow();
@ -658,7 +658,7 @@ static void get_callerid(struct vpb_pvt *p)
vpb_wave_close_write(ws);
#endif
ast_verb(4, "CID record - recorded %dms between rings\n",
ast_verb(4, "CID record - recorded %ldms between rings\n",
ast_tvdiff_ms(ast_tvnow(), cid_record_time));
ast_mutex_unlock(&p->record_lock);