Skip to content

Commit

Permalink
hot-fixed crashing Spout on log setting
Browse files Browse the repository at this point in the history
refer to GH-352
  • Loading branch information
MartinPulec committed Oct 30, 2023
1 parent a4bfc55 commit bbd6546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spout_sender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ void spout_set_log_level(void *s, int ug_level) {
default: l = SPOUT_LOG_VERBOSE;
}

spout->SetSpoutLogLevel(l);
// spout->SetSpoutLogLevel(l);
}

0 comments on commit bbd6546

Please sign in to comment.