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 2914f15d06..9c92eec030 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -776,7 +776,7 @@ class BaseConfig(object):
776 raise RunQemuError('BIOS not found: %s' % bios_match_name) 776 raise RunQemuError('BIOS not found: %s' % bios_match_name)
777 777
778 if not os.path.exists(self.bios): 778 if not os.path.exists(self.bios):
779 raise RunQemuError("KERNEL %s not found" % self.bios) 779 raise RunQemuError("BIOS %s not found" % self.bios)
780 780
781 781
782 def check_mem(self): 782 def check_mem(self):