Commit ad64ca04 authored by Maciej Lipinski's avatar Maciej Lipinski

cleanup: remove "ML-" from printf

parent a3b0cbac
......@@ -56,7 +56,7 @@ int wrh_update_correction_values(struct pp_instance *ppi)
__func__);
return -1;
}
pp_diag(ppi, ext, 2, "ML- Updated correction values: Clock period=%d [ps]\n",
pp_diag(ppi, ext, 2, "Updated correction values: Clock period=%d [ps]\n",
s->clock_period_ps);
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment