Index: ed_classified_utils.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ed_classified/Attic/ed_classified_utils.inc,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 ed_classified_utils.inc
--- ed_classified_utils.inc	12 Aug 2007 08:00:29 -0000	1.1.2.1
+++ ed_classified_utils.inc	8 Jul 2008 17:10:14 -0000
@@ -100,7 +100,9 @@
     return $term->vid == $vid;
   }
   else {
-    _edi_wd(t('Internal error: Vocabulary !vid (@vocab_name) is not our dedicated classified ads vocabulary - someone has tampered with the vocabulary, or our stored variables.', array('!vid' => $vid, '@vocab_name' => $vocab->name)), WATCHDOG_ERROR);
+    //
+    // TODO: warn user about problems in a non-log-filling way.
+    // _edi_wd(t('Internal error: Vocabulary !vid (@vocab_name) is not our dedicated classified ads vocabulary - someone has tampered with the vocabulary, or our stored variables.', array('!vid' => $vid, '@vocab_name' => $vocab->name)), WATCHDOG_ERROR);
     return FALSE; // sanity check: not possible since the vocab is not hierarchical or is not our vocabulary
   }
 }

