mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
[cosmetics] Fix typo in debug output
Found by Debian's automatic QA tool.
This commit is contained in:
parent
c71e381019
commit
1e32454b36
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ boost_debug_shared_ptr_operator_equals (void const *sp, void const *old_obj, int
|
|||
if (x != sptrs().end()) {
|
||||
sptrs().erase (x);
|
||||
if (debug_out) {
|
||||
cerr << "\tRemoved (by assigment) sp for " << old_obj << " @ " << sp << " UC = " << old_use_count << " (total sp's = " << sptrs().size() << ')' << endl;
|
||||
cerr << "\tRemoved (by assignment) sp for " << old_obj << " @ " << sp << " UC = " << old_use_count << " (total sp's = " << sptrs().size() << ')' << endl;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue