summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 63e533a934..10880ba6bb 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -764,7 +764,7 @@ class BaseConfig(object):
764 raise RunQemuError('BIOS not found: %s' % bios_match_name) 764 raise RunQemuError('BIOS not found: %s' % bios_match_name)
765 765
766 if not os.path.exists(self.bios): 766 if not os.path.exists(self.bios):
767 raise RunQemuError("KERNEL %s not found" % self.bios) 767 raise RunQemuError("BIOS %s not found" % self.bios)
768 768
769 769
770 def check_mem(self): 770 def check_mem(self):