handover: Not finding a HO record on CHAN ACT NACK is not an error

... it might well a completely non-ho-related establishment
This commit is contained in:
Harald Welte 2012-07-06 14:21:55 +02:00
parent 153b13b02e
commit 25cf824edc
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ static int ho_chan_activ_nack(struct gsm_lchan *new_lchan)
ho = bsc_ho_by_new_lchan(new_lchan);
if (!ho) {
LOGP(DHO, LOGL_ERROR, "unable to find HO record\n");
LOGP(DHO, LOGL_INFO, "ACT NACK: unable to find HO record\n");
return -ENODEV;
}