correct log info

pull/56/head
Yu Qing 2016-04-11 16:52:21 +08:00
parent 514b2e90b0
commit bad854c238
2 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@
function my_upload_file_callback($sock, $args)
{
var_dump($args);
//var_dump($args);
$ret = fastdfs_send_data($sock, $args['buff']);
return $ret;
@ -85,7 +85,7 @@
function my_download_file_callback($args, $file_size, $data)
{
var_dump($args);
//var_dump($args);
if ($args['fhandle'] == NULL)
{

View File

@ -2255,7 +2255,7 @@ static void php_fdfs_storage_download_file_to_file_impl( \
if (argc < min_param_count || argc > max_param_count)
{
logError("file: "__FILE__", line: %d, " \
"storage_set_metadata parameters " \
"storage_download_file_to_file parameters " \
"count: %d < %d or > %d", __LINE__, argc, \
min_param_count, max_param_count);
pContext->err_no = EINVAL;