summaryrefslogtreecommitdiff
path: root/gtk2_ardour/system_exec.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-03-28 16:59:01 +0100
committerRobin Gareus <robin@gareus.org>2013-03-28 16:59:01 +0100
commit745804fd7ea0469ed24c691127ccd3a2aef64c3a (patch)
treeb656e198fc539f69a1d1bd7dbb1e29d02192aba5 /gtk2_ardour/system_exec.cc
parent950643462a2d5d3046e87437b9b51e414247c7a2 (diff)
vtl: debug xjadeo communication
Diffstat (limited to 'gtk2_ardour/system_exec.cc')
-rw-r--r--gtk2_ardour/system_exec.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/system_exec.cc b/gtk2_ardour/system_exec.cc
index 22e71d7534..a01351c92e 100644
--- a/gtk2_ardour/system_exec.cc
+++ b/gtk2_ardour/system_exec.cc
@@ -649,6 +649,9 @@ SystemExec::write_to_stdin(std::string d, size_t len)
}
if (r != (len-c)) {
::pthread_mutex_unlock(&write_lock);
+#if 1 // debug
+ printf("XXX: child process communication breakdown.\n");
+#endif
return c;
}
break;