From 0502f73a6bd2be40a1757a4cf52e756fff1f771c Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sat, 12 May 2012 17:11:19 +0200 Subject: show multiple assignments of gids as warning Change-Id: Iae3e78e2abe59714d5eb9fa0609861a00e85c944 --- solenv/bin/modules/par2script/exiter.pm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'solenv/bin') 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); } ##################################### -- cgit