From cc4dcf08009a02b881004456a38abc1e2fb08e54 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Thu, 14 Apr 2011 17:49:42 +0000 Subject: log server used --- it_dbi.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it_dbi.class b/it_dbi.class index 7424e57..a414d3e 100644 --- a/it_dbi.class +++ b/it_dbi.class @@ -477,7 +477,7 @@ function query($query, $p = array()) if ($GLOBALS['debug_sqllog'] || $GLOBALS['debug_sqltrace'] || $slow) { $backtrace = (EDC('sqltrace') || $slow) ? it_debug::backtrace(1) : null; - it::log('sqllog', rtrim("$msec\t$query\t$backtrace" . ($slow ? "\tSLOW" : ""))); + it::log('sqllog', rtrim("$msec\t$query\t$backtrace" . ($slow ? "\tSLOW" : "") . "\t" . $this->_p['server'])); $this->_sqllog[] = array( 'time' => $msec, -- cgit v1.2.3