Bugfix on query result (using wrong field)

This commit is contained in:
bernatx 2019-04-15 12:43:46 +02:00 committed by nsubiron
parent a0c94e0974
commit e0d6879f6b
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ std::string CarlaRecorderQuery::QueryInfo(std::string Filename, bool bShowAll)
for (i = 0; i < Total; ++i)
{
EventParent.Read(File);
Info << " Parenting " << EventParent.DatabaseId << " with " << EventParent.DatabaseId <<
Info << " Parenting " << EventParent.DatabaseId << " with " << EventParent.DatabaseIdParent <<
" (parent)\n";
}
break;