File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ func (c *Base) DestroyClone(cloneID string) error {
294294
295295 go func () {
296296 if err := c .provision .StopSession (w .Session ); err != nil {
297- log .Errf ("Failed to delete a clone: %+ v." , err )
297+ log .Errf ("Failed to delete a clone: %v." , err )
298298
299299 if updateErr := c .UpdateCloneStatus (cloneID , models.Status {
300300 Code : models .StatusFatal ,
@@ -603,7 +603,7 @@ func (c *Base) destroyIdleClones(ctx context.Context) {
603603 log .Msg (fmt .Sprintf ("Idle clone %q is going to be removed." , cloneWrapper .Clone .ID ))
604604
605605 if err = c .DestroyClone (cloneWrapper .Clone .ID ); err != nil {
606- log .Errf ("Failed to destroy clone: %+ v." , err )
606+ log .Errf ("Failed to destroy clone: %v." , err )
607607 continue
608608 }
609609 }
You can’t perform that action at this time.
0 commit comments