sys log
This commit is contained in:
parent
e2bb0cec0e
commit
ee562343c1
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue