containers / virtcontainers

A Go package for building hardware virtualized container runtimes
Apache License 2.0
139 stars 43 forks source link

qemu: Fix incorrectly formatted log message #450

Closed jodh-intel closed 7 years ago

jodh-intel commented 7 years ago

The message that shows if running inside a VM was being displayed as a raw golang variable ("%!q(bool=true)") rather than a "true"/"false" string.

Fixes #449.

Signed-off-by: James O. D. Hunt james.o.hunt@intel.com

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 65.619% when pulling 8a625ecc925aa4b1fc599563e3a3c3c1fab40114 on jodh-intel:fix-bool-log-message into 68f1c9e0842617e0b5017c2c538085d333c46de7 on containers:master.

sameo commented 7 years ago

LGTM

Approved with PullApprove Approved with PullApprove