This commit is contained in:
rjawor 2019-05-21 12:44:58 +02:00
parent 4fdfbb62c1
commit c3cdfd7153

View File

@ -188,7 +188,7 @@ ExampleOccurrence UnitDAO::_getExampleOccurrence(DBconnection & connection, cons
connection.getStringValue(result,0,2), // target segment
connection.getStringValue(result,0,7), // source name
connection.getStringValue(result,0,8)); // source link
Logger::log("occurence got. Example id", occurrence.getExampleId());
Logger::log("occurence got. Example id", occurrence.getId());
std::string targetTokensRaw = connection.getStringValue(result,0,5);
Logger::log("target tokens got");