projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b24b186
)
We want debug logging here.
author
Jan Schneider
<jan@horde.org>
Wed, 24 Mar 2010 18:11:00 +0000
(19:11 +0100)
committer
Jan Schneider
<jan@horde.org>
Wed, 24 Mar 2010 18:11:00 +0000
(19:11 +0100)
framework/Db/lib/Horde/Db/Adapter/Base.php
patch
|
blob
|
history
diff --git
a/framework/Db/lib/Horde/Db/Adapter/Base.php
b/framework/Db/lib/Horde/Db/Adapter/Base.php
index
150e99a
..
47f500e
100644
(file)
--- a/
framework/Db/lib/Horde/Db/Adapter/Base.php
+++ b/
framework/Db/lib/Horde/Db/Adapter/Base.php
@@
-604,7
+604,7
@@
abstract class Horde_Db_Adapter_Base
/*@TODO */
$name = (empty($name) ? '' : $name)
. (empty($runtime) ? '' : sprintf(" (%.4fs)", $runtime));
- $this->_logger->
info
($this->_formatLogEntry($name, $sql));
+ $this->_logger->
debug
($this->_formatLogEntry($name, $sql));
}
/**