summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-08-17 18:42:01 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-08-17 18:42:01 +0000
commitaf55907ef8d1b0e36acce8831387171f0bacc1c9 (patch)
tree97d0bdc2912ef757504d809f726554b2d32c0eb0 /lib
parentaf3aed7fb57098d152808d036b778b41b71783dd (diff)
Provide an explicit separator for the CST warning repetition at the end of the run.
Patch from Yaakoub for PR1686. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3833 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/sbin/CSTUtils.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/sbin/CSTUtils.pl b/lib/sbin/CSTUtils.pl
index 765b666b..6c02d06d 100644
--- a/lib/sbin/CSTUtils.pl
+++ b/lib/sbin/CSTUtils.pl
@@ -76,7 +76,11 @@ sub CST_error
sub CST_PrintErrors
{
+ print "\n\n------------------------------------------------------\n";
+ print "Warnings were generated during execution of the CST\n";
+ print "------------------------------------------------------\n\n";
print "$error_string";
+ print "------------------------------------------------------\n\n";
}