From 9e72aaecbb64949ef6e9bacdf7e06f57ea38726e Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 8 Dec 2004 01:59:03 +0000 Subject: kill warning if we can't open the path. 2004-12-08 Not Zed * e-plugin.c (e_plugin_load_plugins): kill warning if we can't open the path. svn path=/trunk/; revision=28084 --- e-util/e-plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-util/e-plugin.c') diff --git a/e-util/e-plugin.c b/e-util/e-plugin.c index 5948de45d8..0d74043b4d 100644 --- a/e-util/e-plugin.c +++ b/e-util/e-plugin.c @@ -452,7 +452,7 @@ e_plugin_load_plugins(void) dir = opendir(path); if (dir == NULL) { - g_warning("Could not find plugin path: %s", path); + /*g_warning("Could not find plugin path: %s", path);*/ continue; } -- cgit