From b97df61759759251c094187317c450b97088eeaf Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 12 Jun 2008 17:14:32 +0000 Subject: Make this build under dev mode git-svn-id: http://svn.digium.com/svn/asterisk/trunk@122232 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/misdn/isdn_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/misdn/isdn_lib.c b/channels/misdn/isdn_lib.c index ed1d496b5..49ea6361f 100644 --- a/channels/misdn/isdn_lib.c +++ b/channels/misdn/isdn_lib.c @@ -3122,7 +3122,7 @@ static int test_inuse(struct misdn_bchannel *bc) gettimeofday(&now, NULL); if (!bc->in_use) { if ( bc->last_used.tv_sec == now.tv_sec ) { - cb_log(2,bc->port, "channel with stid:%x for one second still in use! (n:%d lu:%d)\n", bc->b_stid, now.tv_sec, bc->last_used.tv_sec); + cb_log(2,bc->port, "channel with stid:%x for one second still in use! (n:%d lu:%d)\n", bc->b_stid, (int) now.tv_sec, (int) bc->last_used.tv_sec); return 1; } -- cgit v1.2.3