]> code.ossystems Code Review - openembedded-core.git/commit
scripts/runqemu: Don't print error messages about tap file locks
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Aug 2017 16:04:38 +0000 (17:04 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Aug 2017 22:36:17 +0000 (23:36 +0100)
commitfac12de72bda1e864e71538be07d6c6f6e987498
tree6b1f5170d3a6024d63695a460109e320eea4bafe
parentb87a33d9c86cc1d2ea196259020e1d3dc712ccef
scripts/runqemu: Don't print error messages about tap file locks

Errors like:
runqemu - ERROR - Acquiring lockfile /tmp/qemu-tap-locks/tap0.lock failed: [Errno 11] Resource temporarily unavailable

are not really fatal errors. Change these to info messages instead
so people look later in the log for the real errors.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu