summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/runqemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index c985f4e75a..f3527a4412 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -775,7 +775,7 @@ class BaseConfig(object):
775 raise RunQemuError('BIOS not found: %s' % bios_match_name) 775 raise RunQemuError('BIOS not found: %s' % bios_match_name)
776 776
777 if not os.path.exists(self.bios): 777 if not os.path.exists(self.bios):
778 raise RunQemuError("KERNEL %s not found" % self.bios) 778 raise RunQemuError("BIOS %s not found" % self.bios)
779 779
780 780
781 def check_mem(self): 781 def check_mem(self):