tweak log message

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@307 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2007-08-02 21:26:09 +00:00
parent c70233502a
commit 02a9010ba7
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ static unsigned zt_open_range(zap_span_t *span, unsigned start, unsigned end, za
}
}
zap_log(ZAP_LOG_INFO, "configuring device %s as OpenZAP device %d:%d fd:%d\n", path, zchan->span_id, zchan->chan_id, sockfd);
zap_log(ZAP_LOG_INFO, "configuring device %s channel %d as OpenZAP device %d:%d fd:%d\n", path, x, zchan->span_id, zchan->chan_id, sockfd);
zchan->rate = 8000;
zchan->physical_span_id = ztp.span_no;