missing newline in log message about measurement result

This commit is contained in:
Harald Welte 2009-06-05 20:07:43 +00:00
parent 30b66d79cd
commit 60d68f1974
1 changed files with 2 additions and 0 deletions

View File

@ -724,6 +724,8 @@ static int rsl_rx_meas_res(struct msgb *msg)
if (TLVP_PRESENT(&tp, RSL_IE_MS_TIMING_OFFSET))
DEBUGPC(DRSL, "MS_TO=%d ",
*TLVP_VAL(&tp, RSL_IE_MS_TIMING_OFFSET));
DEBUGPC(DRSL, "\n");
return 0;
}