SF.net SVN: geany:[5068] trunk/src/keyfile.c

ntrel at users.sourceforge.net ntrel at xxxxx
Tue Jun 29 11:53:41 UTC 2010


Revision: 5068
          http://geany.svn.sourceforge.net/geany/?rev=5068&view=rev
Author:   ntrel
Date:     2010-06-29 11:53:41 +0000 (Tue, 29 Jun 2010)

Log Message:
-----------
Edit global config debug message text.

Modified Paths:
--------------
    trunk/src/keyfile.c

Modified: trunk/src/keyfile.c
===================================================================
--- trunk/src/keyfile.c	2010-06-28 13:47:14 UTC (rev 5067)
+++ trunk/src/keyfile.c	2010-06-29 11:53:41 UTC (rev 5068)
@@ -938,7 +938,7 @@
 	if (! g_file_test(configfile, G_FILE_TEST_IS_REGULAR | G_FILE_TEST_IS_SYMLINK))
 	{	/* config file does not (yet) exist, so try to load a global config file which may be */
 		/* created by distributors */
-		geany_debug("No config file found, try to use global configuration.");
+		geany_debug("No user config file found, trying to use global configuration.");
 		setptr(configfile, g_strconcat(app->datadir, G_DIR_SEPARATOR_S "geany.conf", NULL));
 	}
 


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