SF.net SVN: geany:[3745] trunk/src/plugins.c
eht16 at users.sourceforge.net
eht16 at xxxxx
Tue Apr 28 18:20:35 UTC 2009
Revision: 3745
http://geany.svn.sourceforge.net/geany/?rev=3745&view=rev
Author: eht16
Date: 2009-04-28 18:20:35 +0000 (Tue, 28 Apr 2009)
Log Message:
-----------
Don't print debug messages on plugin initialisation anymore.
Modified Paths:
--------------
trunk/src/plugins.c
Modified: trunk/src/plugins.c
===================================================================
--- trunk/src/plugins.c 2009-04-28 16:34:11 UTC (rev 3744)
+++ trunk/src/plugins.c 2009-04-28 18:20:35 UTC (rev 3745)
@@ -671,7 +671,7 @@
g_free(plugin);
return NULL;
}
- geany_debug("Initializing plugin '%s'", plugin->info.name);
+ /*geany_debug("Initializing plugin '%s'", plugin->info.name);*/
plugin->filename = g_strdup(fname);
plugin->module = module;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list