SF.net SVN: geany-plugins:[2317] trunk/geany-plugins/updatechecker

frlan at users.sourceforge.net frlan at xxxxx
Sun Oct 30 08:28:33 UTC 2011


Revision: 2317
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2317&view=rev
Author:   frlan
Date:     2011-10-30 08:28:33 +0000 (Sun, 30 Oct 2011)
Log Message:
-----------
Updatechecker: Improve wording on debug message

Modified Paths:
--------------
    trunk/geany-plugins/updatechecker/ChangeLog
    trunk/geany-plugins/updatechecker/src/updatechecker.c

Modified: trunk/geany-plugins/updatechecker/ChangeLog
===================================================================
--- trunk/geany-plugins/updatechecker/ChangeLog	2011-10-30 08:23:02 UTC (rev 2316)
+++ trunk/geany-plugins/updatechecker/ChangeLog	2011-10-30 08:28:33 UTC (rev 2317)
@@ -1,3 +1,8 @@
+2011-10-27  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
+
+ * Improve wording on debug messages.
+
+
 2011-03-27  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
 
  * Make plugin depend on plugin API v203 due some threading changes.

Modified: trunk/geany-plugins/updatechecker/src/updatechecker.c
===================================================================
--- trunk/geany-plugins/updatechecker/src/updatechecker.c	2011-10-30 08:23:02 UTC (rev 2316)
+++ trunk/geany-plugins/updatechecker/src/updatechecker.c	2011-10-30 08:28:33 UTC (rev 2317)
@@ -81,7 +81,7 @@
     gchar *user_agent = g_strconcat("Updatechecker ", VERSION, " at Geany ",
                                      GEANY_VERSION, NULL);
 
-    g_message("Starting checking for updates");
+    g_message("Checking for updates");
     soup = soup_session_async_new_with_options(SOUP_SESSION_USER_AGENT,
             user_agent, NULL);
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Plugins-Commits mailing list