Skip to content
GitLab
Menu
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
a13af009
Commit
a13af009
authored
Dec 04, 2014
by
Eric Cano
Browse files
Fixed wording in logs
parent
0ee9def4
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/tape/tapeserver/daemon/TapeReadTask.hpp
View file @
a13af009
...
...
@@ -155,7 +155,7 @@ public:
/
1000
/
1000
/
localStats
.
totalTime
:
0
)
.
add
(
"payloadTransferSpeedMBps"
,
localStats
.
totalTime
?
1.0
*
localStats
.
dataVolume
/
1000
/
1000
/
localStats
.
totalTime
:
0
);
lc
.
log
(
LOG_INFO
,
"File successfully read from
driv
e"
);
lc
.
log
(
LOG_INFO
,
"File successfully read from
tap
e"
);
// Add the local counts to the session's
stats
.
add
(
localStats
);
}
//end of try
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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