Update fdfs_upload_file.c

print local_filename to log
客户端上传文件的时候,输出原文件名
pull/328/head
muzi 2019-09-12 16:21:27 +08:00 committed by GitHub
parent 14edb44071
commit ff81e32eb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ int main(int argc, char *argv[])
NULL, 0, group_name, file_id);
if (result == 0)
{
printf("%s\n", file_id);
printf("%s\t%s\n", local_filename, file_id);
}
else
{