| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 350f4cf commit 140b84d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1571,6 +1571,7 @@ def Main(): | |||
| 1571 | 1571 | vmArch = archEngineContext.stdout.rstrip() | |
| 1572 | 1572 | if archEngineContext.exit_code is not 0 or vmArch == "undefined": | |
| 1573 | 1573 | print "Can't determine the arch of: '%s'" % vm | |
| 1574 | + print archEngineContext.stderr.rstrip() | ||
| 1574 | 1575 | continue | |
| 1575 | 1576 | env = { | |
| 1576 | 1577 | 'mode': mode, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments