diff options
author | pkubaj <pkubaj@users.noreply.github.com> | 2017-09-07 12:07:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-07 12:07:01 +0200 |
commit | 125cc98f28864c0d81b384a8ab9cbcb0734f7b92 (patch) | |
tree | 6e7a7469120b03e18432bbad32aa9cd809e3f6d3 /common | |
parent | a206d3b51d6116181f774a279e783df5dfabc9be (diff) | |
download | ast2050-yocto-openbmc-125cc98f28864c0d81b384a8ab9cbcb0734f7b92.zip ast2050-yocto-openbmc-125cc98f28864c0d81b384a8ab9cbcb0734f7b92.tar.gz |
Add missing space
Diffstat (limited to 'common')
-rw-r--r-- | common/recipes-core/fan-ctrl/fan-ctrl/fand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-core/fan-ctrl/fan-ctrl/fand.cpp b/common/recipes-core/fan-ctrl/fan-ctrl/fand.cpp index 7faec4c..4b50c40 100644 --- a/common/recipes-core/fan-ctrl/fan-ctrl/fand.cpp +++ b/common/recipes-core/fan-ctrl/fan-ctrl/fand.cpp @@ -1306,7 +1306,7 @@ int main(int argc, char **argv) { if (log_count++ % report_temp == 0) { syslog(LOG_DEBUG, "Temp chipset %f, CPU1 %f, CPU2 %f, " - "CPU fan speed %d, CPU speed changes %d" + "CPU fan speed %d, CPU speed changes %d " "chassis fan speed %d, chassis speed changes %d", EXTERNAL_TEMPS((float)chipset_temp), EXTERNAL_TEMPS((float)cpu1_temp), |