Changeset 6496
- Timestamp:
- 12/14/07 03:19:50 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfLucenePlugin/trunk/lib/task/sfLuceneAboutTask.class.php
r6489 r6496 57 57 foreach (sfLucene::getAllInstances() as $search) 58 58 { 59 $this->dispatcher->notify(new sfEvent($this, 'command.log', array( $this->formatter->format(sprintf('For %s/%s:', $search->getParameter('name'), $search->getParameter(' name')), array('fg' => 'red', 'bold' => true)) )));59 $this->dispatcher->notify(new sfEvent($this, 'command.log', array( $this->formatter->format(sprintf('For %s/%s:', $search->getParameter('name'), $search->getParameter('culture')), array('fg' => 'red', 'bold' => true)) ))); 60 60 61 61 $segments = $search->segmentCount(); plugins/sfLucenePlugin/trunk/lib/task/sfLuceneOptimizeTask.class.php
r6489 r6496 72 72 $start = microtime(true); 73 73 74 $this->dispatcher->notify(new sfEvent($this, 'command.log', array($this->formatter->format(sprintf('Optimizing "%s/%s" now...', $search->getParameter('name'), $search->getParameter(' name')), array('fg' => 'red', 'bold' => true)))));74 $this->dispatcher->notify(new sfEvent($this, 'command.log', array($this->formatter->format(sprintf('Optimizing "%s/%s" now...', $search->getParameter('name'), $search->getParameter('culture')), array('fg' => 'red', 'bold' => true))))); 75 75 76 76 $this->dispatcher->notify(new sfEvent($this, 'command.log', array($this->formatter->formatSection('lucene', 'Optimizing...'))));