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
nfs4j
Commits
540ec29b
Commit
540ec29b
authored
Feb 24, 2020
by
Tigran Mkrtchyan
☕
Browse files
mount: add missing message placeholder in log a statement
Acked-by: Paul Millar Acked-by: Lea Morschel Target: master
parent
06151918
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/src/main/java/org/dcache/nfs/v3/MountServer.java
View file @
540ec29b
/*
* Copyright (c) 2009 - 20
19
Deutsches Elektronen-Synchroton,
* Copyright (c) 2009 - 20
20
Deutsches Elektronen-Synchroton,
* Member of the Helmholtz Association, (DESY), HAMBURG, GERMANY
*
* This library is free software; you can redistribute it and/or modify
...
...
@@ -127,7 +127,7 @@ public class MountServer extends mount_protServerStub {
_mounts
.
put
(
mountPoint
,
remoteAddress
);
}
catch
(
ChimeraNFSException
e
)
{
_log
.
warn
(
"mount request failed: "
,
e
.
getMessage
());
_log
.
warn
(
"mount request failed:
{}
"
,
e
.
getMessage
());
m
.
fhs_status
=
e
.
getStatus
();
}
catch
(
IOException
e
)
{
m
.
fhs_status
=
mountstat3
.
MNT3ERR_SERVERFAULT
;
...
...
Write
Preview
Supports
Markdown
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