Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The same cache store should't be added multiple times to the cache stores list #8

Merged
merged 9 commits into from
Apr 21, 2016

Conversation

selfxp
Copy link
Contributor

@selfxp selfxp commented Apr 21, 2016

No description provided.

ngx.log(ngx.DEBUG, "Store from cache store is nil" )
return false
end
ngx.log(ngx.DEBUG, "Store to be added name: ", store:getName(), ". Existing store name: ", cache_store:getName())
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reword Store to be added name with

"Comparing store named: ", store:getName(), " with existing store named: ", cache_store:getName()

@ddragosd
Copy link
Member

👍

@ddragosd ddragosd merged commit b4e0c8b into master Apr 21, 2016
@ddragosd ddragosd deleted the store_bugfix branch April 21, 2016 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants