correct spell for fastdfs_client

pull/298/head
YuQing 2019-04-30 09:49:05 +08:00
parent 18eb923782
commit 66e5bf1f64
1 changed files with 1 additions and 1 deletions

View File

@ -7277,7 +7277,7 @@ static int load_config_files()
{ {
strcpy(g_fdfs_base_path, "/tmp"); strcpy(g_fdfs_base_path, "/tmp");
fprintf(stderr, "file: "__FILE__", line: %d, " \ fprintf(stderr, "file: "__FILE__", line: %d, " \
"fastdht_client.ini does not have item " \ "fastdfs_client.ini does not have item " \
"\"%s\", set to %s!", __LINE__, "\"%s\", set to %s!", __LINE__,
ITEM_NAME_BASE_PATH, g_fdfs_base_path); ITEM_NAME_BASE_PATH, g_fdfs_base_path);
} }