SF.net SVN: geany:[5085] trunk/src/search.c

ntrel at users.sourceforge.net ntrel at xxxxx
Fri Jul 2 13:54:36 UTC 2010


Revision: 5085
          http://geany.svn.sourceforge.net/geany/?rev=5085&view=rev
Author:   ntrel
Date:     2010-07-02 13:54:36 +0000 (Fri, 02 Jul 2010)

Log Message:
-----------
Replace regex flag warning with debug message.

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

Modified: trunk/src/search.c
===================================================================
--- trunk/src/search.c	2010-07-02 12:43:39 UTC (rev 5084)
+++ trunk/src/search.c	2010-07-02 13:54:36 UTC (rev 5085)
@@ -1643,7 +1643,7 @@
 		rflags |= REG_ICASE;
 	if (sflags & (SCFIND_WHOLEWORD | SCFIND_WORDSTART))
 	{
-		g_warning("Unsupported regex flags found!");
+		geany_debug("%s: Unsupported regex flags found!", G_STRFUNC);
 	}
 
 	err = regcomp(regex, str, rflags);


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