summaryrefslogtreecommitdiff
path: root/lib/sbin/CST
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-09-03 21:48:51 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-09-03 21:48:51 +0000
commit4d7f4e291ae8effb4e3722e4ced4939ccc530a62 (patch)
tree82c4f59f94307e50a236e0e9118653d2bc133b89 /lib/sbin/CST
parentd7cf2d226452ea34be4c155179f6839f0b7dd81a (diff)
removing some line breaks in print statements
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2330 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/CST')
-rw-r--r--lib/sbin/CST6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sbin/CST b/lib/sbin/CST
index 18c36955..a9c1ce2d 100644
--- a/lib/sbin/CST
+++ b/lib/sbin/CST
@@ -6,7 +6,7 @@
# @desc
# Parses the the configuration files for thorns.
# @enddesc
-# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/sbin/CST,v 1.45 2001-08-19 12:52:13 allen Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/sbin/CST,v 1.46 2001-09-03 21:48:51 allen Exp $
#@@*/
# Global parameter to track the number of errors from the CST
@@ -277,14 +277,14 @@ sub CreateThornList
}
else
{
- $message = "$thorn - missing ccl file(s)\n";
+ $message = "$thorn - missing ccl file(s)";
&CST_error(0,$message,"",__LINE__,__FILE__);
next;
}
}
else
{
- $message = "Missing thorn $thorn\n";
+ $message = "Missing thorn $thorn";
&CST_error(0,$message,"",__LINE__,__FILE__);
}
}