? glossary-440348.patch
Index: glossary.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/glossary/glossary.module,v
retrieving revision 1.100.2.20.2.66
diff -u -p -r1.100.2.20.2.66 glossary.module
--- glossary.module	20 Jan 2009 01:55:36 -0000	1.100.2.20.2.66
+++ glossary.module	21 Apr 2009 14:06:11 -0000
@@ -1265,7 +1265,7 @@ function _glossary_clear_cache($format=N
     $wildcard = '*';
   }
   cache_clear_all($wildcard, 'cache_filter', TRUE);
-  drupal_set_message(t('The filter cache has been cleared. There may be a temporary performance degradation while it is rebuilt.'));
+  watchdog('glossary', 'The filter cache has been cleared. There may be a temporary performance degradation while it is rebuilt', array());  
 }
 
 /**
@@ -1305,4 +1305,4 @@ function _alphabar_instruction_default()
   else {
     return t('Click one of the letters above to advance the page to terms beginning with that letter.');
   }
-}
\ No newline at end of file
+}
