local: improve log message for failed clock step

This commit is contained in:
Miroslav Lichvar 2017-03-09 16:09:36 +01:00
parent f3a16383b9
commit 0ff449e6a6

View file

@ -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;
}