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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/butler.cc b/libs/ardour/butler.cc
index 9bc232007b..8ea3cb4624 100644
--- a/libs/ardour/butler.cc
+++ b/libs/ardour/butler.cc
@@ -466,7 +466,7 @@ Butler::empty_pool_trash ()
void
Butler::drop_references ()
{
- cerr << "Butler drops pool trash\n";
+ std::cerr << "Butler drops pool trash\n";
SessionEvent::pool->set_trash (0);
}