mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-06 06:47:43 -07:00
steppersync: Print the thread name on a stepcompress error
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
414679ac99
commit
546976b1fe
1 changed files with 2 additions and 0 deletions
|
|
@ -118,6 +118,8 @@ se_background_thread(void *data)
|
|||
|
||||
// Request to generate steps
|
||||
se->bg_result = se_generate_steps(se);
|
||||
if (se->bg_result)
|
||||
errorf("Error in syncemitter '%s' step generation", se->name);
|
||||
se->have_work = 0;
|
||||
pthread_cond_signal(&se->cond);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue