Development

Changeset 6739

You must first sign up to be able to contribute.

Changeset 6739

Show
Ignore:
Timestamp:
12/27/07 08:45:08 (2 years ago)
Author:
dwhittle
Message:

dwhittle: tweaked log message to be more consistent

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/dwhittle/1.1/lib/database/sfPDODatabase.class.php

    r6737 r6739  
    6666      $options = ($persistent) ? array(PDO::ATTR_PERSISTENT => true) : array(PDO::ATTR_PERSISTENT => false); 
    6767 
    68       $this->log(sprintf("Connecting to dsn: %s", $this->getParameter('dsn'))); 
     68      $this->log(sprintf("Connecting to database with dsn: %s", $this->getParameter('dsn'))); 
    6969 
    7070      $this->connection = new $pdo_class($dsn, $username, $password, $options); 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.