aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2007-05-24 01:59:11 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2007-05-24 01:59:11 +0000
commit5b24f00e0bcbf38d0b6e9e3ce3e7b8758b0e8b99 (patch)
treee51f71b19e8ed3ab5cf82660fc1af45527a3e63f /src
parentebb0ea37efad78e01d71afc40e39e36f402aa75e (diff)
Slight message change
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@121 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'src')
-rw-r--r--src/output_source.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/output_source.c b/src/output_source.c
index 151362e..cf2a65e 100644
--- a/src/output_source.c
+++ b/src/output_source.c
@@ -63,7 +63,7 @@ Formaline_OutputSource (CCTK_ARGUMENTS)
if (file == NULL)
{
CCTK_VWarn (0, __LINE__, __FILE__, CCTK_THORNSTRING,
- "Failed to open source file '%s' for writing", filename);
+ "Failed to open source file \"%s\" for writing", filename);
}
for (datainfo = cactus_source[count]->first;
datainfo;
@@ -81,7 +81,7 @@ Formaline_OutputSource (CCTK_ARGUMENTS)
if (file == NULL)
{
CCTK_VWarn (0, __LINE__, __FILE__, CCTK_THORNSTRING,
- "Failed to open README file '%s' for writing", filename);
+ "Failed to open README file \"%s\" for writing", filename);
}
fprintf (file,
"README for the Cactus source tree\n"