File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
compiler/base/orchestrator/src Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2558,9 +2558,9 @@ impl TerminateContainer {
2558
2558
. insert ( name. into ( ) ) ;
2559
2559
2560
2560
if was_inserted {
2561
- info ! ( %name , "Started tracking container" ) ;
2561
+ info ! ( "Started tracking container" ) ;
2562
2562
} else {
2563
- error ! ( %name , "Started tracking container, but it was already tracked" ) ;
2563
+ error ! ( "Started tracking container, but it was already tracked" ) ;
2564
2564
}
2565
2565
}
2566
2566
@@ -2572,9 +2572,9 @@ impl TerminateContainer {
2572
2572
. remove ( name) ;
2573
2573
2574
2574
if was_tracked {
2575
- info ! ( %name , "Stopped tracking container" ) ;
2575
+ info ! ( "Stopped tracking container" ) ;
2576
2576
} else {
2577
- error ! ( %name , "Stopped tracking container, but it was not in the tracking set" ) ;
2577
+ error ! ( "Stopped tracking container, but it was not in the tracking set" ) ;
2578
2578
}
2579
2579
}
2580
2580
You can’t perform that action at this time.
0 commit comments