@@ -159,7 +159,7 @@ |
||
159 | 159 | { |
160 | 160 | $this->monolog->getLogger()->debug( |
161 | 161 | 'Type: '.$this->action.' ; ' |
162 | - .'Query: '.$query. ' ; ' |
|
162 | + .'Query: '.$query.' ; ' |
|
163 | 163 | .'Errors: '.print_r($error, true).' ; ' |
164 | 164 | .'Explain status: '.$this->explain->status.' ; ' |
165 | 165 | .'Explain datas: '.print_r($this->explain->datas, true) |
@@ -166,7 +166,7 @@ |
||
166 | 166 | { |
167 | 167 | $this->monolog->getLogger()->debug( |
168 | 168 | 'Type: '.$this->action.' ; ' |
169 | - .'Query: '.$query. ' ; ' |
|
169 | + .'Query: '.$query.' ; ' |
|
170 | 170 | .'Errors: '.print_r($error, true) |
171 | 171 | ); |
172 | 172 | } |