mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
a little debugging info for joern
git-svn-id: svn://localhost/ardour2/branches/3.0@11624 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7219d0d651
commit
ecce751c09
1 changed files with 1 additions and 0 deletions
|
|
@ -835,6 +835,7 @@ EditorRegions::populate_row_position (boost::shared_ptr<Region> region, TreeMode
|
|||
row[_columns.position] = _("Mult.");
|
||||
} else {
|
||||
char buf[16];
|
||||
cerr << "Adding a region " << region->name() << " at " << region->position() << endl;
|
||||
format_position (region->position(), buf, sizeof (buf));
|
||||
row[_columns.position] = buf;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue