aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeType.c
diff options
context:
space:
mode:
authoreschnett <eschnett@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2012-03-03 22:28:24 +0000
committereschnett <eschnett@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2012-03-03 22:28:24 +0000
commit3ef5e49f3a6a655373466b95ab211c2563772b22 (patch)
tree1731ca9d6328aae363521e0f14a3778a2fc70227 /src/ChangeType.c
parentaf9cf3479bbbd14b425f030bfa39d051a740dc18 (diff)
Remove trailing \n from info messages
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@165 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
Diffstat (limited to 'src/ChangeType.c')
-rw-r--r--src/ChangeType.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeType.c b/src/ChangeType.c
index 4a7bba4..e0bc333 100644
--- a/src/ChangeType.c
+++ b/src/ChangeType.c
@@ -307,7 +307,7 @@ CCTK_INT MoL_ChangeToConstrained(CCTK_INT ConstrainedIndex)
CCTK_VInfo(CCTK_THORNSTRING,
"MoL will not treat variable %s as a constrained "
"variable as it has only one timelevel. This should "
- "not cause problems with the evolution.\n",
+ "not cause problems with the evolution.",
CCTK_VarName(ConstrainedIndex));
}