summaryrefslogtreecommitdiff
path: root/libs/ardour/butler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/butler.cc')
-rw-r--r--libs/ardour/butler.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/butler.cc b/libs/ardour/butler.cc
index a948c185b8..89b2cc1303 100644
--- a/libs/ardour/butler.cc
+++ b/libs/ardour/butler.cc
@@ -401,6 +401,7 @@ Butler::empty_pool_trash ()
void
Butler::drop_references ()
{
+ cerr << "Butler drops pool trash\n";
SessionEvent::pool->set_trash (0);
}