Skip to content

Commit

Permalink
Update lib/attr.gi
Browse files Browse the repository at this point in the history
Co-Authored-By: Max Horn <max@quendi.de>
  • Loading branch information
ChrisJefferson and fingolfin authored Sep 10, 2019
1 parent 3d0c16e commit 548daa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/attr.gi
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ CHECK_REPEATED_ATTRIBUTE_SET := function(obj, name, val)
if not IsBound(obj!.(name)) then
Info(InfoAttributes, 3, "Attribute ", name, " of ", obj, " is marked as assigned, but it has no value");
elif obj!.(name) <> val then
Info(InfoAttributes, 3, name, " of ", obj, " already set to ", obj!.(name), ", cannot be changed to ", val);
Info(InfoAttributes, 3, "Attribute ", name, " of ", obj, " already set to ", obj!.(name), ", cannot be changed to ", val);
fi;
fi;
end;

0 comments on commit 548daa2

Please sign in to comment.