Skip to content

Print object, not pointer address in non-EventStore SGInputLoader warning

Hi,

My shortest ever MR - print the object, not the pointer. Converts:

SGInputLoader                           0   0   WARNING Will not auto-load proxy for non-EventStore object: 0x6cd81148
SGInputLoader                           0   0   WARNING Will not auto-load proxy for non-EventStore object: 0x6cd80ea8
SGInputLoader                           0   0   WARNING Will not auto-load proxy for non-EventStore object: 0x6cd80fc8

into the pleasantly readable

SGInputLoader                           0   0   WARNING Will not auto-load proxy for non-EventStore object:  ( 'AlignableTransformContainer' , 'ConditionStore+/Indet/AlignL3' )
SGInputLoader                           0   0   WARNING Will not auto-load proxy for non-EventStore object:  ( 'CondAttrListCollection' , 'ConditionStore+/Indet/AlignL1/ID' )
SGInputLoader                           0   0   WARNING Will not auto-load proxy for non-EventStore object:  ( 'CondAttrListCollection' , 'ConditionStore+/Indet/AlignL2/SCT' )

Cheers,

Stewart

Edited by Stewart Martin-Haugh

Merge request reports

Loading