[pulseaudio-commits] src/modules

Arun Raghavan arun at kemper.freedesktop.org
Tue Feb 2 09:27:02 UTC 2016


 src/modules/module-rescue-streams.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2086fc82b6fcdb2c85e8867874b1168bac6ecb48
Author: Jungsup Lee <jungsup4.lee at samsung.com>
Date:   Tue Feb 2 13:47:57 2016 +0900

    rescue-streams : Fix a typo
    
    Fix a typo in log message.
    
    Signed-off-by: Jungsup Lee <jungsup4.lee at samsung.com>

diff --git a/src/modules/module-rescue-streams.c b/src/modules/module-rescue-streams.c
index 901dabd..60ac1c4 100644
--- a/src/modules/module-rescue-streams.c
+++ b/src/modules/module-rescue-streams.c
@@ -309,7 +309,7 @@ static pa_hook_result_t source_output_move_fail_hook_callback(pa_core *c, pa_sou
         return PA_HOOK_OK;
 
     } else {
-        pa_log_info("Successfully moved output input %u \"%s\" to %s.", i->index,
+        pa_log_info("Successfully moved source output %u \"%s\" to %s.", i->index,
                     pa_strnull(pa_proplist_gets(i->proplist, PA_PROP_APPLICATION_NAME)), target->name);
         return PA_HOOK_STOP;
     }



More information about the pulseaudio-commits mailing list