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 {
294
294
295
295
go func () {
296
296
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 )
298
298
299
299
if updateErr := c .UpdateCloneStatus (cloneID , models.Status {
300
300
Code : models .StatusFatal ,
@@ -603,7 +603,7 @@ func (c *Base) destroyIdleClones(ctx context.Context) {
603
603
log .Msg (fmt .Sprintf ("Idle clone %q is going to be removed." , cloneWrapper .Clone .ID ))
604
604
605
605
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 )
607
607
continue
608
608
}
609
609
}
You can’t perform that action at this time.
0 commit comments