Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
Remove some debug function call
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe Chiesa committed May 30, 2013
1 parent d854ead commit f7620a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions blenc.c
Original file line number Diff line number Diff line change
Expand Up @@ -603,9 +603,8 @@ zend_op_array *blenc_compile(zend_file_handle *file_handle, int type TSRMLS_DC)

}

zend_error(E_WARNING, "blenc_compile: Validation of script '%s' failed. Script lenght: %d, decoded lenght: %d\n", script_len - sizeof(blenc_header), decoded_len);
zend_error(E_WARNING, "blenc_compile: Validation of script '%s' failed. BF KEY: %s, MD5_FILE: %s MD5_CALC: %s\n",
file_handle->filename, *key, header->md5, md5);
zend_error(E_WARNING, "blenc_compile: Validation of script '%s' failed. MD5_FILE: %s MD5_CALC: %s\n",
file_handle->filename, header->md5, md5);

efree(md5);
md5 = NULL;
Expand Down

0 comments on commit f7620a6

Please sign in to comment.