Changeset 6728
- Timestamp:
- 12/26/07 22:59:28 (1 year ago)
- Files:
-
- branches/1.0/lib/controller/sfController.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/controller/sfController.class.php
r3221 r6728 199 199 if (sfConfig::get('sf_logging_enabled')) 200 200 { 201 $this->getContext()->getLogger()->info( '{sfController} action does not exist');201 $this->getContext()->getLogger()->info(sprintf('{sfController} action "%s/%s" does not exist', $moduleName, $actionName)); 202 202 } 203 203