summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index e1aa5a925c..3f187ca793 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -648,10 +648,10 @@ to your build configuration.
648 elif fsflag == 'kernel-in-fs': 648 elif fsflag == 'kernel-in-fs':
649 wic_fs = False 649 wic_fs = False
650 else: 650 else:
651 logger.warn('Unknown flag "%s:%s" in QB_FSINFO', fstype, fsflag) 651 logger.warning('Unknown flag "%s:%s" in QB_FSINFO', fstype, fsflag)
652 continue 652 continue
653 else: 653 else:
654 logger.warn('QB_FSINFO is not supported for image type "%s"', fstype) 654 logger.warning('QB_FSINFO is not supported for image type "%s"', fstype)
655 continue 655 continue
656 656
657 if fstype in self.fsinfo: 657 if fstype in self.fsinfo: