diff --git a/concordia-server/unit_dao.cpp b/concordia-server/unit_dao.cpp index 09459a3..9bfea56 100644 --- a/concordia-server/unit_dao.cpp +++ b/concordia-server/unit_dao.cpp @@ -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");