To help diagnose an occassional problem when a workunit is aborted but Thor appears not to 'see' the abort notification. Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
@@ -1734,6 +1734,8 @@ bool CJobMaster::go()
Owned <IException> e = MakeThorException(code, "User signalled abort");
job.fireException(e);
}
+ else
+ PROGLOG("CWorkunitPauseHandler [SubscribeOptionAbort] notifier called, workunit was not aborting");
if (flags & SubscribeOptionAction)
{