This commit is contained in:
an-tao 2021-11-28 23:50:39 +08:00
parent e2bb0cec0e
commit ee562343c1
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ int HttpFileImpl::saveTo(const filesystem::path &pathAndFileName) const
}
else
{
LOG_ERROR << "save failed! file=" << pathAndFileName;
LOG_SYSERR << "save failed! file=" << pathAndFileName;
return -1;
}
}