File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/jenkinsci/plugins Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -381,9 +381,9 @@ void provisionedSlaveHasTerminated(final String cloneName) {
381381 try {
382382 vSphere = vSphereInstance ();
383383 vSphere .destroyVm (cloneName , false );
384- VSLOG .log (Level .FINER , "provisionedSlaveHasTerminated({0}): VM deleted " , cloneName );
384+ VSLOG .log (Level .FINER , "provisionedSlaveHasTerminated({0}): VM destroyed. " , cloneName );
385385 } catch (VSphereException ex ) {
386- VSLOG .log (Level .SEVERE , "provisionedSlaveHasTerminated({0} ): Exception while trying to destroy VM" , ex );
386+ VSLOG .log (Level .SEVERE , "provisionedSlaveHasTerminated(" + cloneName + " ): Exception while trying to destroy VM" , ex );
387387 } finally {
388388 if (vSphere != null ) {
389389 vSphere .disconnect ();
You can’t perform that action at this time.
0 commit comments