Do not spit those messages about matched files
parent
36ff6f4a07
commit
425c951b74
|
@ -192,9 +192,9 @@ filter_setting_match (FilterSetting *setting,
|
||||||
{
|
{
|
||||||
if (egg_regex_match (setting->regex, filename, 0))
|
if (egg_regex_match (setting->regex, filename, 0))
|
||||||
{
|
{
|
||||||
g_message ("file '%s' matched pattern '%s': config '%s'",
|
// g_message ("file '%s' matched pattern '%s': config '%s'",
|
||||||
filename, egg_regex_get_pattern (setting->regex),
|
// filename, egg_regex_get_pattern (setting->regex),
|
||||||
setting->config);
|
// setting->config);
|
||||||
return setting->config;
|
return setting->config;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue