Add startup debug messages to show app->datadir and app->configdir.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5377 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
850f7b8ae3
commit
95a0e1acc2
@ -999,6 +999,8 @@ gint main(gint argc, gchar **argv)
|
||||
gtk_major_version, gtk_minor_version, gtk_micro_version,
|
||||
glib_major_version, glib_minor_version, glib_micro_version,
|
||||
locale);
|
||||
geany_debug("System data dir: %s", app->datadir);
|
||||
geany_debug("User config dir: %s", app->configdir);
|
||||
|
||||
/* create the object so Geany signals can be connected in init() functions */
|
||||
geany_object = geany_object_new();
|
||||
|
Loading…
x
Reference in New Issue
Block a user