Do not spit those messages about matched files

master
Yevgen Muntyan 2006-08-31 00:31:59 -05:00
parent 36ff6f4a07
commit 425c951b74
1 changed files with 3 additions and 3 deletions

View File

@ -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;
} }