msc_a.c, CC trans: change a comment to a debug log

Change-Id: I5a3cc6219080910119b0c9ff11fc2b9eb96a06e5
This commit is contained in:
Neels Hofmeyr 2019-08-30 01:11:12 +02:00 committed by Harald Welte
parent 43e8d4d412
commit b4ef5e7bd1
1 changed files with 1 additions and 1 deletions

View File

@ -1653,7 +1653,7 @@ int msc_a_try_call_assignment(struct gsm_trans *cc_trans)
OSMO_ASSERT(cc_trans->type == TRANS_CC);
if (msc_a->cc.active_trans == cc_trans) {
/* Assignment for this trans already started earlier. */
LOG_MSC_A(msc_a, LOGL_DEBUG, "Assignment for this trans already started earlier\n");
return 0;
}