Kaydet (Commit) 0502f73a authored tarafından David Tardon's avatar David Tardon

show multiple assignments of gids as warning

Change-Id: Iae3e78e2abe59714d5eb9fa0609861a00e85c944
üst 78aab1de
......@@ -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);
}
#####################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment