diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2016-09-14 13:06:02 +0200 |
---|---|---|
committer | Hans Verkuil <hans.verkuil@cisco.com> | 2016-09-14 13:06:02 +0200 |
commit | 0b1b11a6a3f7f196a5b8c67d92a3111aef635346 (patch) | |
tree | b117241bfde87bc5bcc644551f34a1dc0d86e0cd /utils/cec-compliance/cec-test-power.cpp | |
parent | e935a22d7b3733d9eaa1415426c3250faadf10a1 (diff) |
cec-compliance: add missing \n
Once failure message looked odd due to a missing newline at the end
of the string.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Diffstat (limited to 'utils/cec-compliance/cec-test-power.cpp')
-rw-r--r-- | utils/cec-compliance/cec-test-power.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/cec-compliance/cec-test-power.cpp b/utils/cec-compliance/cec-test-power.cpp index 920ab69b..1db1855a 100644 --- a/utils/cec-compliance/cec-test-power.cpp +++ b/utils/cec-compliance/cec-test-power.cpp @@ -459,7 +459,7 @@ static int standby_resume_wakeup(struct node *node, unsigned me, unsigned la, bo fail_on_test(interactive && !question("Is the device in On state?")); if (unresponsive_time > 0) - return fail("The device went correctly out of standby, but became unresponsive for %d s during the transition.", + return fail("The device went correctly out of standby, but became unresponsive for %d s during the transition.\n", unresponsive_time); return 0; |