Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
e4280834
Commit
e4280834
authored
Apr 07, 2014
by
David COME
Browse files
Renamed param's name into logReport
parent
1a82966d
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/tape/tapeserver/daemon/ReportPackerInterface.hpp
View file @
e4280834
...
...
@@ -88,11 +88,10 @@ public:
for
(
typename
C
::
const_iterator
it
=
c
.
begin
();
it
!=
c
.
end
();
++
it
)
{
LogContext
::
ScopedParam
sp
[]
=
{
LogContext
::
ScopedParam
(
m_lc
,
Param
(
"ID"
,
(
*
it
)
->
id
())),
LogContext
::
ScopedParam
(
m_lc
,
Param
(
"FILEID"
,(
*
it
)
->
fileid
())),
LogContext
::
ScopedParam
(
m_lc
,
Param
(
"FSEQ"
,
(
*
it
)
->
fseq
())),
LogContext
::
ScopedParam
(
m_lc
,
Param
(
"NSFILEID"
,(
*
it
)
->
fileid
())),
LogContext
::
ScopedParam
(
m_lc
,
Param
(
"NSFSEQ"
,
(
*
it
)
->
fseq
())),
LogContext
::
ScopedParam
(
m_lc
,
Param
(
"NSHOST"
,
(
*
it
)
->
nshost
())),
LogContext
::
ScopedParam
(
m_lc
,
Param
(
"FILETRANSACTIONID"
,
(
*
it
)
->
fileTransactionId
()))
LogContext
::
ScopedParam
(
m_lc
,
Param
(
"
NS
FILETRANSACTIONID"
,
(
*
it
)
->
fileTransactionId
()))
};
tape
::
utils
::
suppresUnusedVariable
(
sp
);
m_lc
.
log
(
LOG_INFO
,
msg
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment