Repository: mesos Updated Branches: refs/heads/master 3c8081cb0 -> 57385ec45
Fixed punctuation in log message. Per style guide, log messages should not end in a period. Review: https://reviews.apache.org/r/38343 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/57385ec4 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/57385ec4 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/57385ec4 Branch: refs/heads/master Commit: 57385ec456cf47e3d5e3967b8e85947bc60dea9d Parents: 3c8081c Author: Neil Conway <[email protected]> Authored: Mon Sep 14 10:48:55 2015 -0700 Committer: Niklas Q. Nielsen <[email protected]> Committed: Mon Sep 14 10:48:56 2015 -0700 ---------------------------------------------------------------------- src/authentication/cram_md5/authenticator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/57385ec4/src/authentication/cram_md5/authenticator.cpp ---------------------------------------------------------------------- diff --git a/src/authentication/cram_md5/authenticator.cpp b/src/authentication/cram_md5/authenticator.cpp index f751ee1..f238872 100644 --- a/src/authentication/cram_md5/authenticator.cpp +++ b/src/authentication/cram_md5/authenticator.cpp @@ -503,7 +503,7 @@ Try<Nothing> CRAMMD5Authenticator::initialize( secrets::load(credentials.get()); } else { LOG(WARNING) << "No credentials provided, authentication requests will be " - << "refused."; + << "refused"; } // Initialize SASL and add the auxiliary memory plugin. We must
