Skip to content
Snippets Groups Projects
Commit cf79314f authored by Eric Cano's avatar Eric Cano
Browse files

Fixed typo in log message.

parent cd69612f
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ void DiskReadTask::execute(log::LogContext& lc, diskFile::DiskFileFactory & file
.add("actualURL", sourceFile->URL());
currentErrorToCount = "Error_diskFileToReadSizeMismatch";
if(migratingFileSize != sourceFile->size()){
throw castor::exception::Exception("Mismtach between size given by the client "
throw castor::exception::Exception("Mismatch between size given by the client "
"and the real one");
}
currentErrorToCount = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment