diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 661: Correct error message when booting test image

Message ID 20130829232928.29769.68421.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Tyler Baker Aug. 29, 2013, 11:29 p.m. UTC
------------------------------------------------------------
revno: 661
committer: Tyler Baker <tyler.baker@linaro.org>
branch nick: lava-dispatcher-tip
timestamp: Thu 2013-08-29 10:57:34 -0700
message:
  Correct error message when booting test image
modified:
  lava_dispatcher/client/base.py


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_dispatcher/client/base.py'
--- lava_dispatcher/client/base.py	2013-08-28 14:55:50 +0000
+++ lava_dispatcher/client/base.py	2013-08-29 17:57:34 +0000
@@ -482,7 +482,7 @@ 
             in_linaro_image = True
 
         if not in_linaro_image:
-            msg = "Could not get master image booted properly"
+            msg = "Could not get the test image booted properly"
             logging.critical(msg)
             raise CriticalError(msg)