This commit is contained in:
rjawor 2019-05-21 12:45:51 +02:00
parent c3cdfd7153
commit 8be39bd5e6

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.getId());
Logger::logInt("occurence got. Example id", occurrence.getId());
std::string targetTokensRaw = connection.getStringValue(result,0,5);
Logger::log("target tokens got");