Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3-provider
Commits
a51bdf9d
Unverified
Commit
a51bdf9d
authored
Oct 01, 2019
by
Steven Allen
Committed by
GitHub
Oct 01, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15 from MichaelMure/patch-1
log keyProvider failure as an error
parents
21f781b9
65391ec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
simple/reprovide.go
simple/reprovide.go
+1
-1
No files found.
simple/reprovide.go
View file @
a51bdf9d
...
...
@@ -77,7 +77,7 @@ func (rp *Reprovider) Run() {
err
:=
rp
.
Reprovide
()
if
err
!=
nil
{
logR
.
Debug
(
err
)
logR
.
Errorf
(
"failed to reprovide: %s"
,
err
)
}
if
done
!=
nil
{
...
...
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