[totem] browser-plugin: Quieter please



commit 8dad657aee90a014a155e3a6327f3b529f42acb5
Author: Bastien Nocera <hadess hadess net>
Date:   Sun Dec 4 11:47:15 2011 +0100

    browser-plugin: Quieter please

 browser-plugin/totemPlugin.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/browser-plugin/totemPlugin.cpp b/browser-plugin/totemPlugin.cpp
index 265e40c..4c43d79 100644
--- a/browser-plugin/totemPlugin.cpp
+++ b/browser-plugin/totemPlugin.cpp
@@ -1879,7 +1879,7 @@ totemPlugin::Init (NPMIMEType mimetype,
 		(GDestroyNotify) g_free,
 		(GDestroyNotify) g_free);
 	for (int16_t i = 0; i < argc; i++) {
-		printf ("argv[%d] %s %s\n", i, argn[i], argv[i] ? argv[i] : "");
+		D ("argv[%d] %s %s\n", i, argn[i], argv[i] ? argv[i] : "");
 		if (argv[i]) {
 			g_hash_table_insert (args, g_ascii_strdown (argn[i], -1),
 					     g_strdup (argv[i]));



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