Fix log message to not include newline
This commit is contained in:
parent
0193688671
commit
561f7a66dd
1 changed files with 1 additions and 1 deletions
2
manual.c
2
manual.c
|
@ -154,7 +154,7 @@ estimate_and_set_system(struct timeval *now, int offset_provided, double offset,
|
||||||
|
|
||||||
if (found_freq) {
|
if (found_freq) {
|
||||||
LOG(LOGS_INFO, LOGF_Manual,
|
LOG(LOGS_INFO, LOGF_Manual,
|
||||||
"Making a frequency change of %.3fppm and a slew of %.6f\n",
|
"Making a frequency change of %.3f ppm and a slew of %.6f",
|
||||||
1.0e6 * freq, slew_by);
|
1.0e6 * freq, slew_by);
|
||||||
|
|
||||||
REF_SetManualReference(now,
|
REF_SetManualReference(now,
|
||||||
|
|
Loading…
Reference in a new issue