Skip to content

Commit

Permalink
Oops, forgot to include the task exception message.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Aug 30, 2023
1 parent 69f87e5 commit 52866c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/tasks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ inline executor::implementation::implementation(unsigned parallelism)
}
catch (const std::system_error & e)
{
err_printf("Task execution error: %s");
err_printf("Task execution error: %s", e.what());
}
}
#endif
Expand Down

0 comments on commit 52866c1

Please sign in to comment.