Skip to content

Commit

Permalink
sfos: Make rescue-streams warning less verbose for now.
Browse files Browse the repository at this point in the history
When configurations using the module have updated this commit can be
removed.
  • Loading branch information
jusa committed Feb 24, 2021
1 parent 2657179 commit a17fbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/module-rescue-streams.c
Expand Up @@ -38,7 +38,7 @@ int pa__init(pa_module*m) {

pa_assert(m);

pa_log("module-rescue-stream is obsolete and should no longer be loaded. Please remove it from your configuration.");
pa_log_info("module-rescue-stream is obsolete and should no longer be loaded. Please remove it from your configuration.");

pa_module_unload_request(m, false);

Expand Down

0 comments on commit a17fbc4

Please sign in to comment.