err log: fix reverse statement in msc_a call handling

Change-Id: I937abe25ba87d0fcddc3351ac391cf6e7e776de6
This commit is contained in:
Neels Hofmeyr 2022-01-13 23:31:57 +01:00
parent a9e383f5bd
commit 550506aaf1
1 changed files with 1 additions and 1 deletions

View File

@ -1319,7 +1319,7 @@ static void msc_a_up_call_assignment_complete(struct msc_a *msc_a, const struct
return;
}
if (!cc_trans) {
LOG_MSC_A(msc_a, LOGL_ERROR, "Rx Assignment Complete, but CC transaction is active\n");
LOG_MSC_A(msc_a, LOGL_ERROR, "Rx Assignment Complete, but no CC transaction is active\n");
return;
}