fix missing newline

This commit is contained in:
Andre Puschmann 2018-02-21 15:48:38 +01:00
parent f6ee0e1c8a
commit 8fcf25360e
1 changed files with 1 additions and 1 deletions

View File

@ -954,7 +954,7 @@ phch_recv::sfn_sync::ret_code phch_recv::sfn_sync::run_subframe(srslte_cell_t *c
srslte_ue_sync_decode_sss_on_track(ue_sync, true);
int ret = srslte_ue_sync_zerocopy_multi(ue_sync, buffer);
if (ret < 0) {
Error("SYNC: Error calling ue_sync_get_buffer");
Error("SYNC: Error calling ue_sync_get_buffer.\n");
return ERROR;
}