From 7f8106eaa8646e6b980644f55f28d87c93c1f9b4 Mon Sep 17 00:00:00 2001
From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de>
Date: Fri, 2 Nov 2012 08:46:10 +0000
Subject: [PATCH] [start.hh] Add missing space in output.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9485 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/common/start.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dumux/common/start.hh b/dumux/common/start.hh
index 550149633c..a52d8805e8 100644
--- a/dumux/common/start.hh
+++ b/dumux/common/start.hh
@@ -295,9 +295,9 @@ int start_(int argc,
         // this must be an error. Otherwise proceed.
         if (ParameterTree::tree().hasKey("ParameterFile"))
         {
-            std::cout << "\n\t -> Could not open file"
+            std::cout << "\n\t -> Could not open file '"
                       << parameterFileName
-                      << ". <- \n\n\n\n";
+                      << "'. <- \n\n\n\n";
             usage(argv[0], usageTextBlock());
             return 1;
         }
-- 
GitLab