local: improve log message for failed clock step
This commit is contained in:
parent
f3a16383b9
commit
0ff449e6a6
1 changed files with 1 additions and 1 deletions
2
local.c
2
local.c
|
@ -546,7 +546,7 @@ LCL_ApplyStepOffset(double offset)
|
|||
return 0;
|
||||
|
||||
if (!(*drv_apply_step_offset)(offset)) {
|
||||
LOG(LOGS_ERR, "Could not step clock");
|
||||
LOG(LOGS_ERR, "Could not step system clock");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue