8000 stage0: pass debug flag to app entrypoints by euank · Pull Request #3469 · rkt/rkt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 24, 2020. It is now read-only.

stage0: pass debug flag to app entrypoints #3469

Merged
merged 1 commit into from
Dec 12, 2016
Merged

Conversation

euank
Copy link
Member
@euank euank commented Dec 10, 2016

No description provided.

@@ -258,6 +258,7 @@ func AddApp(cfg AddConfig) error {
}

args := []string{
fmt.Sprintf("--debug=%s", strconv.FormatBool(cfg.Debug)),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't %t equivalent to this but a lil simpler?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, thanks

@jonboulle
Copy link
Contributor

lgtm

@s-urbaniak s-urbaniak added this to the v1.22.0 milestone Dec 12, 2016
@s-urbaniak s-urbaniak merged commit 869494c into rkt:master Dec 12, 2016
@euank euank deleted the app-debug branch December 12, 2016 17:28
@lucab lucab mentioned this pull request Jan 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0