mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
executor: fix log line formatting
This commit is contained in:
@@ -63,7 +63,7 @@ func (e *UniversalExecutor) shutdownProcess(proc *os.Process) error {
|
||||
if err := sendCtrlBreak(proc.Pid); err != nil {
|
||||
return fmt.Errorf("executor.shutdown error: %v", err)
|
||||
}
|
||||
e.logger.Printf("Sent Ctrl-Break to process %v", proc.Pid)
|
||||
e.logger.Printf("[INFO] executor: sent Ctrl-Break to process %v", proc.Pid)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user