[opencv] 21/251: videoio(test): fix message

Nobuhiro Iwamatsu iwamatsu at moszumanska.debian.org
Sun Aug 27 23:27:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

iwamatsu pushed a commit to annotated tag 3.3.0
in repository opencv.

commit 6833b46a050881217d54898b67ea4add6b60c62a
Author: Alexander Alekhin <alexander.alekhin at intel.com>
Date:   Wed Jul 5 13:45:34 2017 +0300

    videoio(test): fix message
---
 modules/videoio/test/test_ffmpeg.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/videoio/test/test_ffmpeg.cpp b/modules/videoio/test/test_ffmpeg.cpp
index fce8cf4..483ac43 100644
--- a/modules/videoio/test/test_ffmpeg.cpp
+++ b/modules/videoio/test/test_ffmpeg.cpp
@@ -138,7 +138,7 @@ public:
                     fprintf(stderr, "\n\nFile name: %s\n", filename.c_str());
                     fprintf(stderr, "Codec id: %d   Codec tag: %c%c%c%c\n", (int)j,
                                tag & 255, (tag >> 8) & 255, (tag >> 16) & 255, (tag >> 24) & 255);
-                    fprintf(stderr, "Error: cannot create video file.");
+                    fprintf(stderr, "Error: cannot create video file.\n");
                     if (entries[j].required)
                         ts->set_failed_test_info(ts->FAIL_INVALID_OUTPUT);
                 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git



More information about the debian-science-commits mailing list