Skip to content

gs-plugin-job: Identify job by the type name in debug print when action is unknown

Milan Crha requested to merge wip/gs-plugin-job-debug-print into main

The new async API jobs do not set a GsPluginJob::action, thus the verbose log is full of "running unknown..." lines, giving not much idea what had been running. Use the job's type name as a fallback when the action is unknown.

Merge request reports