This commit is contained in:
nnhy 2016-03-19 09:15:18 +00:00
parent 327a6a24d3
commit 2bc726f9d8
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ bool BlockStorage::Write(uint address, const Buffer& bs) const
}
if(!len)
{
st_printf("数据相同,无需写入!");
st_printf("数据相同,无需写入!\r\n");
return true;
}