test/py: Note which console produced unexpected output
[oweals/u-boot.git] / test / py / u_boot_console_base.py
index 815fa64d5ff344ba7dc6470e714862d6f59c568c..2dcb2894f96242902ceb897accada97622025f5d 100644 (file)
@@ -329,7 +329,7 @@ class ConsoleBase(object):
                 m = self.p.expect([pattern_u_boot_spl_signon] +
                                   self.bad_patterns)
                 if m != 0:
-                    raise Exception('Bad pattern found on console: ' +
+                    raise Exception('Bad pattern found on SPL console: ' +
                                     self.bad_pattern_ids[m - 1])
             m = self.p.expect([pattern_u_boot_main_signon] + self.bad_patterns)
             if m != 0: