!3 storage启动报错

Merge pull request !3 from juntt/master
pull/585/head
happyfish100 2022-07-06 10:19:02 +00:00 committed by Gitee
commit 9767b1e1de
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ const char *fdfs_storage_reserved_space_to_string(FDFSStorageReservedSpace \
if (pStorageReservedSpace->flag == \
TRACKER_STORAGE_RESERVED_SPACE_FLAG_MB)
{
sprintf(buff, "%d MB", pStorageReservedSpace->rs.mb);
sprintf(buff, "%dMB", pStorageReservedSpace->rs.mb);
}
else
{