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

Fixed unhomogeneous log parameter names.

parent abbfc051
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ namespace daemon {
ScopedParamContainer params(lc);
params.add("NSHOSTNAME", m_fileToMigrate->nshost())
.add("NSFILEID",m_fileToMigrate->fileid())
.add("lastKnownFileName",m_fileToMigrate->lastKnownFilename())
.add("lastKnownFilename",m_fileToMigrate->lastKnownFilename())
.add("fileSize",m_fileToMigrate->fileSize())
.add("fileTransactionId",m_fileToMigrate->fileTransactionId())
.add("fSeq",m_fileToMigrate->fseq())
......
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