Print system plugin path debug message on startup
This commit is contained in:
parent
d7f53f7f83
commit
fb1c6c63e6
@ -1086,6 +1086,11 @@ static void on_save_settings(GKeyFile *config)
|
||||
void plugins_init(void)
|
||||
{
|
||||
StashGroup *group;
|
||||
gchar *path;
|
||||
|
||||
path = get_plugin_path();
|
||||
geany_debug("System plugin path: %s", path);
|
||||
g_free(path);
|
||||
|
||||
group = stash_group_new("plugins");
|
||||
configuration_add_pref_group(group, TRUE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user