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
740fcb75
Commit
740fcb75
authored
Oct 09, 2014
by
Victor Kotlyar
Browse files
Changed loggin messages format for acsd
parent
3b999449
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/acs/AcsMessageHandler.cpp
View file @
740fcb75
...
...
@@ -215,11 +215,11 @@ castor::messages::Frame castor::acs::AcsMessageHandler::
const
uint32_t
panel
=
rqstBody
.
panel
();
const
uint32_t
drive
=
rqstBody
.
drive
();
log
::
Param
params
[]
=
{
log
::
Param
(
"
TPVID
"
,
vid
),
log
::
Param
(
"
ACS
"
,
acs
),
log
::
Param
(
"
LSM
"
,
lsm
),
log
::
Param
(
"
PANEL
"
,
panel
),
log
::
Param
(
"
DRIVE
"
,
drive
)};
log
::
Param
params
[]
=
{
log
::
Param
(
"
vid
"
,
vid
),
log
::
Param
(
"
acs
"
,
acs
),
log
::
Param
(
"
lsm
"
,
lsm
),
log
::
Param
(
"
panel
"
,
panel
),
log
::
Param
(
"
drive
"
,
drive
)};
m_log
(
LOG_INFO
,
"AcsMountTapeForRecall message"
,
params
);
castor
::
acs
::
AcsImpl
acsWrapper
;
...
...
@@ -259,11 +259,11 @@ castor::messages::Frame castor::acs::AcsMessageHandler::
const
uint32_t
panel
=
rqstBody
.
panel
();
const
uint32_t
drive
=
rqstBody
.
drive
();
log
::
Param
params
[]
=
{
log
::
Param
(
"
TPVID
"
,
vid
),
log
::
Param
(
"
ACS
"
,
acs
),
log
::
Param
(
"
LSM
"
,
lsm
),
log
::
Param
(
"
PANEL
"
,
panel
),
log
::
Param
(
"
DRIVE
"
,
drive
)};
log
::
Param
params
[]
=
{
log
::
Param
(
"
vid
"
,
vid
),
log
::
Param
(
"
acs
"
,
acs
),
log
::
Param
(
"
lsm
"
,
lsm
),
log
::
Param
(
"
panel
"
,
panel
),
log
::
Param
(
"
drive
"
,
drive
)};
m_log
(
LOG_INFO
,
"AcsMountTapeForMigration message"
,
params
);
castor
::
acs
::
AcsImpl
acsWrapper
;
...
...
@@ -303,11 +303,11 @@ castor::messages::Frame castor::acs::AcsMessageHandler::
const
uint32_t
panel
=
rqstBody
.
panel
();
const
uint32_t
drive
=
rqstBody
.
drive
();
log
::
Param
params
[]
=
{
log
::
Param
(
"
TPVID
"
,
vid
),
log
::
Param
(
"
ACS
"
,
acs
),
log
::
Param
(
"
LSM
"
,
lsm
),
log
::
Param
(
"
PANEL
"
,
panel
),
log
::
Param
(
"
DRIVE
"
,
drive
)};
log
::
Param
params
[]
=
{
log
::
Param
(
"
vid
"
,
vid
),
log
::
Param
(
"
acs
"
,
acs
),
log
::
Param
(
"
lsm
"
,
lsm
),
log
::
Param
(
"
panel
"
,
panel
),
log
::
Param
(
"
drive
"
,
drive
)};
m_log
(
LOG_INFO
,
"AcsDismountTape message"
,
params
);
castor
::
acs
::
AcsImpl
acsWrapper
;
...
...
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