[totem-pl-parser] Add missing linefeed in debug output



commit 467d79dc172d17bb840ff64a359a679ed131ea76
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Aug 30 11:21:40 2011 +0100

    Add missing linefeed in debug output

 plparse/totem-pl-parser-videosite.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plparse/totem-pl-parser-videosite.c b/plparse/totem-pl-parser-videosite.c
index 2ba474c..9706d5a 100644
--- a/plparse/totem-pl-parser-videosite.c
+++ b/plparse/totem-pl-parser-videosite.c
@@ -50,7 +50,7 @@ totem_pl_parser_is_videosite (const char *uri, gboolean debug)
 	quvi_close (&handle);
 
 	if (debug)
-		g_print ("Checking videosite for URI '%s' returned %d (%s)",
+		g_print ("Checking videosite for URI '%s' returned %d (%s)\n",
 			 uri, rc, (rc == QUVI_OK) ? "true" : "false");
 
 	return (rc == QUVI_OK);



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