diff options
Diffstat (limited to 'scripts/runqemu')
| -rwxr-xr-x | scripts/runqemu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index cd9443595b..9cdabe865b 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
| @@ -912,6 +912,9 @@ class BaseConfig(object): | |||
| 912 | lockdir = "/tmp/qemu-tap-locks" | 912 | lockdir = "/tmp/qemu-tap-locks" |
| 913 | 913 | ||
| 914 | if not (self.qemuifup and self.qemuifdown and ip): | 914 | if not (self.qemuifup and self.qemuifdown and ip): |
| 915 | logger.error("runqemu-ifup: %s" % self.qemuifup) | ||
| 916 | logger.error("runqemu-ifdown: %s" % self.qemuifdown) | ||
| 917 | logger.error("ip: %s" % ip) | ||
| 915 | raise OEPathError("runqemu-ifup, runqemu-ifdown or ip not found") | 918 | raise OEPathError("runqemu-ifup, runqemu-ifdown or ip not found") |
| 916 | 919 | ||
| 917 | if not os.path.exists(lockdir): | 920 | if not os.path.exists(lockdir): |
