diff options
author | David Robillard <d@drobilla.net> | 2011-12-09 21:33:07 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-12-09 21:33:07 +0000 |
commit | 48a455c750abc042c84a58e9edef00daf0d7915a (patch) | |
tree | 0fb83c38abe4d432f71da42c43bae1edc11898a2 /src | |
parent | 81d6afd26be1250781a491ee65f16c7484fc4ef7 (diff) | |
download | jalv-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')
-rw-r--r-- | src/jalv.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)); } |