From d9252e457f026b9778095b7a560e87609a09090b Mon Sep 17 00:00:00 2001 From: ampli Date: Thu, 18 Jul 2019 21:27:22 +0300 Subject: [PATCH] WordTag::find_matches(): Fix debug message to print a string - not an address --- link-grammar/sat-solver/word-tag.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/link-grammar/sat-solver/word-tag.cpp b/link-grammar/sat-solver/word-tag.cpp index 710e47abf5..409d5419b1 100644 --- a/link-grammar/sat-solver/word-tag.cpp +++ b/link-grammar/sat-solver/word-tag.cpp @@ -164,7 +164,7 @@ void WordTag::insert_connectors(Exp* exp, int& dfs_position, void WordTag::find_matches(int w, Connector* search_cntr, char dir, std::vector& matches) { - // cout << "Look connection on: ." << _word << ". ." << w << ". " << search_cntr << dir << endl; + // cout << "Look connection on: ." << _word << ". ." << w << ". " << connector_string(search_cntr) << dir << endl; std::vector* connectors; switch(dir) {