Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
paas2-auth-sidecar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ASM
paas2-auth-sidecar
Commits
a865eaf8
Commit
a865eaf8
authored
Apr 03, 2017
by
Sigmund Augdal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in log message
parent
2ca3877f
Pipeline
#1621
passed with stage
in 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lua/feide.lua
lua/feide.lua
+1
-1
No files found.
lua/feide.lua
View file @
a865eaf8
...
...
@@ -36,7 +36,7 @@ function memcGetMultiple(hosta, hostb, port, key)
local
memcb
,
errb
=
memcConnect
(
hostb
,
port
)
if
not
memca
and
not
memcb
then
ngx
.
log
(
ngx
.
ERR
,
"Failed to connect to any
y
memcache server: "
,
err
)
ngx
.
log
(
ngx
.
ERR
,
"Failed to connect to any memcache server: "
,
err
)
return
end
...
...
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