amalgame/commit

FIXED: overruled message formatting

authorJacco van Ossenbruggen
Fri Aug 8 21:35:12 2014 +0200
committerJacco van Ossenbruggen
Fri Aug 8 21:35:12 2014 +0200
commit352ba9aa632ddc257121ab5731fff071b1b14464
treed295ecad964d3c2a598dec4fe143fce605cb332e
parent5cbe1ab21b939fefd88127fb929b70f4c60e6d9a
Diff style: patch stat
diff --git a/api/mapping.pl b/api/mapping.pl
index 71a5d65..1bce6f6 100644
--- a/api/mapping.pl
+++ b/api/mapping.pl
@@ -174,7 +174,8 @@ http_data_evaluate(Request) :-
 	->  original_concepts_assessment(V, JSON, Options)
 	;   WithdrawOptions = BasicOptions.put(options{comment:WithDrawComment,
 						       relation:Unrelated}),
-	    format(atom(WithDrawComment), 'Overruled by ~p ~p ~p', [V.source, Relation, V.target]),
+	    format(atom(WithDrawComment), 'Overruled by ~p ~p ~p',
+		   [V.source.uri, Relation, V.target.uri]),
 	    rdf_equal(evaluator:unrelated, Unrelated),
 	    new_concepts_assessment(V, O, JSON, Options, WithdrawOptions)
 	),