aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-21 22:54:18 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-21 23:55:27 +0200
commitc7ee5acba91524de4d936f502e7166078c6908fd (patch)
treef56279c30bc3221d8f6f5183dbd7e92129037b09 /src
parent9698570d47f31d44615a6b96efb03f520f99f8e1 (diff)
sysmobts: Fix the temperature log message alignment
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bts-sysmo/misc/sysmobts_mgr_2050.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/misc/sysmobts_mgr_2050.c b/src/osmo-bts-sysmo/misc/sysmobts_mgr_2050.c
index daad7647..4e0b6cd3 100644
--- a/src/osmo-bts-sysmo/misc/sysmobts_mgr_2050.c
+++ b/src/osmo-bts-sysmo/misc/sysmobts_mgr_2050.c
@@ -297,7 +297,7 @@ void sbts2050_uc_check_temp(int *temp_pa, int *temp_board)
*temp_board = response->rsp.tempGet.i8BrdTemp;
*temp_pa = response->rsp.tempGet.i8PaTemp;
- LOGP(DTEMP, LOGL_DEBUG, "Temperature Board: %+3d C\n"
+ LOGP(DTEMP, LOGL_DEBUG, "Temperature Board: %+3d C, "
"Tempeture PA: %+3d C\n",
response->rsp.tempGet.i8BrdTemp,
response->rsp.tempGet.i8PaTemp);