Skip to content

Commit 2c1b677

Browse files
committed
LV2: write debug log to smlv2plugin.log instead of smdebug.log
Signed-off-by: Stefan Westerfeld <[email protected]>
1 parent aae8ab5 commit 2c1b677

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lv2/smlv2plugin.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ instantiate (const LV2_Descriptor* descriptor,
6969
const char* bundle_path,
7070
const LV2_Feature* const* features)
7171
{
72+
Debug::set_filename ("smlv2plugin.log");
73+
7274
sm_plugin_init();
7375

7476
SM_SET_OS_DATA_DIR();

0 commit comments

Comments
 (0)