Skip to content

Commit 3df1c48

Browse files
committed
updated warning
1 parent 4c974b5 commit 3df1c48

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/mbma_brackets.cxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,8 +815,9 @@ folia::Morpheme *BracketLeaf::createMorpheme( folia::Document *doc,
815815
if ( _morph.isEmpty() ){
816816
// throw logic_error( "Derivation has empty morpheme" );
817817
cerr << "WARNING: MBMA Derivation has empty morpheme." << endl;
818-
cerr << " Probably due to an problem in de MBMA rules."<< endl;
819-
cerr << " We just ignore this" << endl;
818+
cerr << " This is probably due to an problem in de MBMA rules."
819+
<< endl;
820+
cerr << " We will just ignore this" << endl;
820821
return result;
821822
}
822823
if ( glue ){

0 commit comments

Comments
 (0)