reworked csv-listing

This commit is contained in:
Arndt 2014-09-28 14:33:07 +02:00
parent 65d150fd43
commit 1ee41026c1
4 changed files with 21 additions and 41 deletions

View file

@ -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 )