@@ -103,12 +103,12 @@ |
||
| 103 | 103 | $attributeSet = $state['consent:store.attributeSet']; |
| 104 | 104 | |
| 105 | 105 | Logger::debug( |
| 106 | - 'Consent - saveConsent() : [' . $userId . '|' . $targetedId . '|' . $attributeSet . ']' |
|
| 106 | + 'Consent - saveConsent() : ['.$userId.'|'.$targetedId.'|'.$attributeSet.']' |
|
| 107 | 107 | ); |
| 108 | 108 | try { |
| 109 | 109 | $store->saveConsent($userId, $targetedId, $attributeSet); |
| 110 | 110 | } catch (Exception $e) { |
| 111 | - Logger::error('Consent: Error writing to storage: ' . $e->getMessage()); |
|
| 111 | + Logger::error('Consent: Error writing to storage: '.$e->getMessage()); |
|
| 112 | 112 | } |
| 113 | 113 | } |
| 114 | 114 | |