diff --git a/cmd/dlv/cmds/commands.go b/cmd/dlv/cmds/commands.go index 4da8b50b..8f6c843e 100644 --- a/cmd/dlv/cmds/commands.go +++ b/cmd/dlv/cmds/commands.go @@ -412,7 +412,7 @@ func execute(attachPid int, processArgs []string, conf *config.Config, kind exec WorkingDir: WorkingDir, }, Log) default: - fmt.Println("Unknown API version %d", APIVersion) + fmt.Printf("Unknown API version: %d\n", APIVersion) return 1 }