Index: libcfa/src/parseconfig.cfa
===================================================================
--- libcfa/src/parseconfig.cfa	(revision 4a1bc44c98359d4d1bcc9795f8081a9ecadd2d3f)
+++ libcfa/src/parseconfig.cfa	(revision dd698b4d684e3c7fc0fa7b67fd0814c8f5d71a7e)
@@ -17,4 +17,5 @@
 }
 
+// TODO: use string interface when it's ready (and implement exception msg protocol)
 [ void ] msg( * Missing_Config_Entries ex ) {
 	serr | nlOff;
@@ -45,4 +46,5 @@
 }
 
+// TODO: use string interface when it's ready (and implement exception msg protocol)
 [ void ] msg( * Parse_Failure ex ) {
 	serr | "Config entry " | ex->failed_key | " could not be parsed. It has value " | ex->failed_value | ".";
@@ -66,4 +68,5 @@
 }
 
+// TODO: use string interface when it's ready (and implement exception msg protocol)
 [ void ] msg( * Validation_Failure ex ) {
 	serr | "Config entry " | ex->failed_key | " could not be validated. It has value " | ex->failed_value | ".";
