Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
19c8814b
Commit
19c8814b
authored
7 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
Fixed bug in msg parameter of 'Lost database connection' log message
parent
8a2eac75
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
catalogue/retryOnLostConnection.hpp
+1
-1
1 addition, 1 deletion
catalogue/retryOnLostConnection.hpp
xrootd-ssi-protobuf-interface
+1
-1
1 addition, 1 deletion
xrootd-ssi-protobuf-interface
with
2 additions
and
2 deletions
catalogue/retryOnLostConnection.hpp
+
1
−
1
View file @
19c8814b
...
...
@@ -52,7 +52,7 @@ typename std::result_of<T()>::type retryOnLostConnection(log::Logger &log, const
std
::
list
<
log
::
Param
>
params
=
{
{
"maxTriesToConnect"
,
maxTriesToConnect
},
{
"tryNb"
,
tryNb
},
{
"msg"
,
le
.
getMessage
()}
{
"msg"
,
le
.
getMessage
()
.
str
()
}
};
log
(
cta
::
log
::
WARNING
,
"Lost database connection"
,
params
);
}
...
...
This diff is collapsed.
Click to expand it.
xrootd-ssi-protobuf-interface
@
bb95ae8b
Subproject commit
ded90c7c6d000246b846763e4c38b151f1899ce
a
Subproject commit
bb95ae8b5acfc8424b6a5537a5738bd92b4dfb2
a
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment