aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-09 21:33:07 +0000
committerDavid Robillard <d@drobilla.net>2011-12-09 21:33:07 +0000
commit48a455c750abc042c84a58e9edef00daf0d7915a (patch)
tree0fb83c38abe4d432f71da42c43bae1edc11898a2 /src/jalv.c
parent81d6afd26be1250781a491ee65f16c7484fc4ef7 (diff)
downloadjalv-48a455c750abc042c84a58e9edef00daf0d7915a.tar.gz
jalv-48a455c750abc042c84a58e9edef00daf0d7915a.tar.bz2
jalv-48a455c750abc042c84a58e9edef00daf0d7915a.zip
Less atrocious debug printing.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3843 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/jalv.c')
-rw-r--r--src/jalv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jalv.c b/src/jalv.c
index 5d95004..9f70419 100644
--- a/src/jalv.c
+++ b/src/jalv.c
@@ -481,6 +481,7 @@ lv2_ui_write(SuilController controller,
for (uint32_t i = 0; i < sizeof(buf); ++i) {
printf("%c", buf[i]);
}
+ printf("\n");
jack_ringbuffer_write(host->ui_events, buf, sizeof(buf));
}