amalgame/commit

debug

authorJacco van Ossenbruggen
Tue Dec 21 10:12:34 2021 +0100
committerJacco van Ossenbruggen
Tue Dec 21 10:12:34 2021 +0100
commit2938c658ac41f8c64c92cfa4793f1eecfbf34a97
tree7b0c35551c23a7f08ec8b077e975339a03b5c9c8
parent93809ba101ff0bb717f83906f83b05ee44ca5589
Diff style: patch stat
diff --git a/lib/ag_modules/exact_label_match.pl b/lib/ag_modules/exact_label_match.pl
index b4349c1..0334b2f 100644
--- a/lib/ag_modules/exact_label_match.pl
+++ b/lib/ag_modules/exact_label_match.pl
@@ -24,6 +24,7 @@ exact_label_match(align(Source, Target, Prov0),
 	option(matchacross_type(IgnoreType),  Options, true),
 	option(case_sensitive(CaseSensitive), Options, false),
 	option(source_language(Lang), Options, 'any'),
+        debug(exact_label_match, 'Source ~p', [Source]),
 	(   Lang == 'any'
 	->  SourceLang = _UnBound
 	;   SourceLang = Lang