Skip to content
Snippets Groups Projects
Commit 3d27965e authored by Giuseppe Lo Presti's avatar Giuseppe Lo Presti
Browse files

Added quotes around the error message

parent f4ef01da
No related branches found
No related tags found
No related merge requests found
......@@ -544,7 +544,7 @@ BEGIN
' fileSize=' || TO_CHAR(varFileSize);
IF inErrorMessage IS NOT NULL THEN
varComment := varComment || ' replicaFileSize=' || TO_CHAR(inReplicaFileSize) ||
' errorMessage=' || inErrorMessage;
' errorMessage="' || inErrorMessage || '"';
END IF;
logToDLF(NULL, dlf.LVL_SYSTEM, varLogMsg, varFileId, varNsHost, 'transfermanagerd', varComment);
-- if success, create new DiskCopy, restart waiting requests, cleanup and handle replicate on close
......
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