[PATCH xorg-gtest 1/9] Add a few linebreaks into the standard error notice

Peter Hutterer peter.hutterer at who-t.net
Mon Jul 2 22:48:13 PDT 2012


Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 src/environment.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/environment.cpp b/src/environment.cpp
index ca499ee..60a5190 100644
--- a/src/environment.cpp
+++ b/src/environment.cpp
@@ -163,9 +163,9 @@ void xorg::testing::Environment::SetUp() {
       std::string message;
       message += "X server failed to start on display ";
       message += display_string;
-      message += ". Ensure that the \"dummy\" video driver is installed. "
+      message += ". Ensure that the \"dummy\" video driver is installed.\n"
                  "If the X.org server is older than 1.12, "
-                 "tests will need to be run as root. Check ";
+                 "tests will need to be run as root.\nCheck ";
       message += d_->path_to_log_file;
       message += " for any errors";
       throw std::runtime_error(message);
-- 
1.7.10.2



More information about the xorg-devel mailing list