@@ -95,8 +95,7 @@ |
||
| 95 | 95 | |
| 96 | 96 | $item->setStatus( 0 ); |
| 97 | 97 | $manager->saveItem( $item ); |
| 98 | - } |
|
| 99 | - catch( \Exception $e ) |
|
| 98 | + } catch( \Exception $e ) |
|
| 100 | 99 | { |
| 101 | 100 | $msg = 'Unable to process subscription with ID "%1$S": %2$s'; |
| 102 | 101 | $logger->log( sprintf( $msg, $item->getId(), $e->getMessage() ) ); |