summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtk_ui.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-01-30 14:10:37 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-01-30 14:10:37 +0000
commit1de6e1a626a8aad8a3fee8ea4508645c3272896d (patch)
treebd10ee59b02be45cc728f99ee7a909e63e4450d2 /libs/gtkmm2ext/gtk_ui.cc
parent60dc0ef48f0b4d56faf5b80242d85549e0791628 (diff)
work to make destructive recording actually do something vaguely close to correct
git-svn-id: svn://localhost/trunk/ardour2@305 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/gtkmm2ext/gtk_ui.cc')
-rw-r--r--libs/gtkmm2ext/gtk_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gtkmm2ext/gtk_ui.cc b/libs/gtkmm2ext/gtk_ui.cc
index 747d4be0cd..1a46e1b900 100644
--- a/libs/gtkmm2ext/gtk_ui.cc
+++ b/libs/gtkmm2ext/gtk_ui.cc
@@ -595,7 +595,7 @@ UI::send_request (Request *req)
abort ();
}
- cerr << "thread " << pthread_self() << " sent request " << req << " type = " << req->type << endl;
+ // cerr << "thread " << pthread_self() << " sent request " << req << " type = " << req->type << endl;
rbuf->increment_write_ptr (1);
write (signal_pipe[1], &c, 1);
}