Skip to content

Commit 78d5744

Browse files
committed
Changed log message #3970
1 parent 9b4c4a8 commit 78d5744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sechub-pds/src/main/java/com/mercedesbenz/sechub/pds/execution/PDSExecutionCallable.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,8 @@ private void handleProcessCancellation(ProductCancellationProcessHandlingData pr
555555

556556
if (isWaitOnCancelOperationAccepted(processHandlingData)) {
557557
int millisecondsToWaitForNextCheck = processHandlingData.getMillisecondsToWaitForNextCheck();
558-
LOG.info("Cancel PDS job: {}: give process chance to cancel. Will wait a maximum time of {} seconds. The check intervall is: {} milliseconds",
559-
pdsJobUUID, processHandlingData.getSecondsToWaitForProcess(), millisecondsToWaitForNextCheck);
558+
LOG.info("Cancel PDS job: {}: give process a chance to terminate. Will wait up to {} seconds. The check intervall is {} milliseconds", pdsJobUUID,
559+
processHandlingData.getSecondsToWaitForProcess(), millisecondsToWaitForNextCheck);
560560

561561
while (processHandlingData.isStillWaitingForProcessAccepted()) {
562562
if (process.isAlive()) {

0 commit comments

Comments
 (0)