style(expect): normalize debugging messages
A minor style cleanup to the messages printed by the Expect scripts to
make them a bit more consistent and descriptive.
Signed-off-by: Chris Kay <chris.kay@arm.com>
Change-Id: Ibd8ccb4423bd5aaeffc99c2f3602123794dc6200
(cherry picked from commit 78ea2c38582da41eb8f9509a2130e702cdf0f1c9)
diff --git a/expect/spm-uart2.exp b/expect/spm-uart2.exp
index f9b22eb..fac256e 100644
--- a/expect/spm-uart2.exp
+++ b/expect/spm-uart2.exp
@@ -8,7 +8,7 @@
expect {
"Booting Secure Partition" {
- puts "<<SP entry>>"
+ message "SP entry"
}
}