summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/par2script/exiter.pm7
1 files changed, 3 insertions, 4 deletions
diff --git a/solenv/bin/modules/par2script/exiter.pm b/solenv/bin/modules/par2script/exiter.pm
index 24399422dc73..0c9213a35587 100644
--- a/solenv/bin/modules/par2script/exiter.pm
+++ b/solenv/bin/modules/par2script/exiter.pm
@@ -93,13 +93,12 @@ sub multidefinitionerror
sub multiassignmenterror
{
my ( $multiassignmentgids ) = @_;
- #print "************************************************\n";
- #print "ERROR: multiple assignments of gids:\n";
- #print "************************************************\n";
+ print "************************************************\n";
+ print "WARNING: multiple assignments of gids:\n";
+ print "************************************************\n";
my $line;
foreach $line ( @{$multiassignmentgids} ) { print "\t$line\n"; }
- # exit(-1);
}
#####################################