Skip to content
Snippets Groups Projects
Commit a33d9d3b authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Fixed key for SUBREQID in some log message so that it can be foudn in logviewer

parent dee91bac
Branches
Tags
No related merge requests found
......@@ -556,8 +556,8 @@ BEGIN
IF varLogMsg = dlf.D2D_D2DDONE_OK AND varErrorMessage IS NOT NULL THEN
varLogMsg := dlf.D2D_D2DFAILED;
END IF;
varComment := 'transferId="' || inTransferId ||
'" destSvcClass=' || getSvcClassName(varDestSvcClass) ||
varComment := 'SUBREQID=' || inTransferId ||
' destSvcClass=' || getSvcClassName(varDestSvcClass) ||
' destDcId=' || TO_CHAR(varDestDcId) || ' destPath="' || inDestPath ||
'" euid=' || TO_CHAR(varUid) || ' egid=' || TO_CHAR(varGid) ||
' fileSize=' || TO_CHAR(varFileSize) || ' checksum=' || inCksumValue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment