Merge branch 'stable'

This commit is contained in:
Michael Klishin 2017-04-02 22:04:24 +03:00
commit e99a9faee0
3 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
%% %%
%% The Original Code is RabbitMQ. %% The Original Code is RabbitMQ.
%% %%
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. %% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% %%
-module(rabbit_trust_store). -module(rabbit_trust_store).
@ -250,7 +250,7 @@ update_certs(CertsList, Provider, Config) ->
{ok, Cert, IssuerId} -> {ok, Cert, IssuerId} ->
save_cert(CertId, Provider, IssuerId, Cert, Name); save_cert(CertId, Provider, IssuerId, Cert, Name);
{error, Reason} -> {error, Reason} ->
rabbit_log:error("Unable to load CA sertificate ~p" rabbit_log:error("Unable to load CA certificate ~p"
" with provider ~p," " with provider ~p,"
" reason: ~p", " reason: ~p",
[CertId, Provider, Reason]) [CertId, Provider, Reason])

View File

@ -10,7 +10,7 @@
%% %%
%% The Original Code is RabbitMQ. %% The Original Code is RabbitMQ.
%% %%
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. %% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% %%
-module(rabbit_trust_store_app). -module(rabbit_trust_store_app).

View File

@ -10,7 +10,7 @@
%% %%
%% The Original Code is RabbitMQ. %% The Original Code is RabbitMQ.
%% %%
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. %% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
%% %%
-module(rabbit_trust_store_sup). -module(rabbit_trust_store_sup).