Fix remove if not found in Sia
This commit is contained in:
@@ -260,7 +260,9 @@ private:
|
||||
public:
|
||||
virtual SString GetSingleLineMessage() const override
|
||||
{
|
||||
return L"FailedToRemoveFileFromSia|SP|" + _siaPath + L"|FP|" + _filePath;
|
||||
return L"FailedToRemoveFileFromSia|SP|" + _siaPath +
|
||||
L"|FP|" + _filePath +
|
||||
L"|CERR|" + _curlError.GetReason();
|
||||
}
|
||||
|
||||
virtual std::shared_ptr<CEvent> Clone() const override
|
||||
|
Reference in New Issue
Block a user