[libdmapsharing] Small change to a debug message



commit 610a17d2fb60f9f4cb0fc754e0acd8a39c825dd0
Author: W. Michael Petullo <mike flyn org>
Date:   Sun Mar 9 22:31:33 2014 -0400

    Small change to a debug message
    
    Signed-off-by: W. Michael Petullo <mike flyn org>

 libdmapsharing/daap-share.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libdmapsharing/daap-share.c b/libdmapsharing/daap-share.c
index 3accaf6..dd152eb 100644
--- a/libdmapsharing/daap-share.c
+++ b/libdmapsharing/daap-share.c
@@ -398,7 +398,7 @@ static gboolean should_transcode (const gchar *format, const gboolean has_video,
        }
 
 done:
-       g_debug ("    Should%s transcode %s %s", fnval ? "" : " not", format, format2 ? format2 : "[no target 
format]");
+       g_debug ("    Should%s transcode %s to %s", fnval ? "" : " not", format, format2 ? format2 : "[no 
target format]");
 
        return fnval;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]