Completed
Pull Request — devel (#1216)
by Aric
03:22
created
app/code/community/Nexcessnet/Turpentine/Model/Varnish/Admin/Socket.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -500,7 +500,7 @@
 block discarded – undo
500 500
                 $response['code'], $response['text'] ));
501 501
         } else {
502 502
             if (Mage::getStoreConfig('turpentine_varnish/general/varnish_log_commands')) { 
503
-                Mage::helper('turpentine/debug')->logDebug('VARNISH command sent: ' . $data);
503
+                Mage::helper('turpentine/debug')->logDebug('VARNISH command sent: '.$data);
504 504
             }
505 505
             return $response;
506 506
         }
Please login to merge, or discard this patch.