Add controller number to unknown incoming call log message.

This commit is contained in:
Hellmuth Michaelis 2000-12-03 16:23:12 +00:00
parent 1fa9b0422d
commit e667a2d992

View File

@ -31,7 +31,7 @@
*
* $FreeBSD$
*
* last edit-date: [Wed Oct 4 18:24:27 2000]
* last edit-date: [Thu Nov 30 20:36:29 2000]
*
*---------------------------------------------------------------------------*/
@ -543,8 +543,8 @@ find_matching_entry_incoming(msg_connect_ind_t *mp)
}
else
{
log(LL_CHD, "%05d <unknown> incoming call from %s to %s",
mp->header.cdid, mp->src_telno, mp->dst_telno);
log(LL_CHD, "%05d <unknown> incoming call from %s to %s ctrl %d",
mp->header.cdid, mp->src_telno, mp->dst_telno, mp->controller);
}
return(NULL);
}