reworked csv-listing
This commit is contained in:
parent
65d150fd43
commit
1ee41026c1
4 changed files with 21 additions and 41 deletions
|
|
@ -131,7 +131,7 @@ public class RelationMerger extends MapCreatorBase
|
|||
expctxCheck.evaluate( false, data.description, null );
|
||||
ok = expctxCheck.getCostfactor() < 10000.;
|
||||
|
||||
System.out.println( "** relation access conflict for wid = " + data.wid + " tags:" + expctxReport.getKeyValueDescription( data.description ) + " (ok=" + ok + ")" );
|
||||
System.out.println( "** relation access conflict for wid = " + data.wid + " tags:" + expctxReport.getKeyValueDescription( false, data.description ) + " (ok=" + ok + ")" );
|
||||
}
|
||||
|
||||
if ( ok )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue