diff options
Diffstat (limited to 'src/sp_cookie_encryption.c')
| -rw-r--r-- | src/sp_cookie_encryption.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_cookie_encryption.c b/src/sp_cookie_encryption.c index 92a056b..7bcedd2 100644 --- a/src/sp_cookie_encryption.c +++ b/src/sp_cookie_encryption.c | |||
| @@ -33,7 +33,7 @@ int decrypt_cookie(zval *pDest, int num_args, va_list args, | |||
| 33 | 33 | ||
| 34 | static zend_string *encrypt_data(zend_string *data) { | 34 | static zend_string *encrypt_data(zend_string *data) { |
| 35 | zend_string *z = encrypt_zval(data); | 35 | zend_string *z = encrypt_zval(data); |
| 36 | sp_log_debug("cookie_encryption", "Cookie value:%s:", ZSTR_VAL(z)); | 36 | sp_log_debug("Cookie value:%s:", ZSTR_VAL(z)); |
| 37 | return z; | 37 | return z; |
| 38 | } | 38 | } |
| 39 | 39 | ||
