Advertisement
ishakuta

Untitled

Jan 16th, 2014
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.60 KB | None | 0 0
  1. diff --git a/src/OroCRM/Bundle/MagentoBundle/Controller/SoapController.php b/src/OroCRM/Bundle/MagentoBundle/Controller/SoapController.php
  2. index f2eeee9..db3ac86 100644
  3. --- a/src/OroCRM/Bundle/MagentoBundle/Controller/SoapController.php
  4. +++ b/src/OroCRM/Bundle/MagentoBundle/Controller/SoapController.php
  5. @@ -64,6 +64,7 @@ class SoapController extends Controller
  6.              }
  7.          } catch (\Exception $e) {
  8.              $result = false;
  9. +            $this->get('logger')->critical(sprintf('MageCheck error: %s: %s', $e->getCode(), $e->getMessage()));
  10.          }
  11.  
  12.          return new JsonResponse(
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement