You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/02/05 01:59:11 UTC

mesos git commit: Fixed white space in libprocess/src/logging.cpp.

Repository: mesos
Updated Branches:
  refs/heads/master 022662074 -> 4f11d129e


Fixed white space in libprocess/src/logging.cpp.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/4f11d129
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/4f11d129
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/4f11d129

Branch: refs/heads/master
Commit: 4f11d129e0b56619053cff36b82809847aa527e6
Parents: 0226620
Author: Vinod Kone <vi...@gmail.com>
Authored: Thu Feb 4 16:58:57 2016 -0800
Committer: Vinod Kone <vi...@gmail.com>
Committed: Thu Feb 4 16:58:57 2016 -0800

----------------------------------------------------------------------
 3rdparty/libprocess/src/logging.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/4f11d129/3rdparty/libprocess/src/logging.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/src/logging.cpp b/3rdparty/libprocess/src/logging.cpp
index 51707a2..015a43d 100644
--- a/3rdparty/libprocess/src/logging.cpp
+++ b/3rdparty/libprocess/src/logging.cpp
@@ -81,8 +81,8 @@ const std::string Logging::TOGGLE_HELP()
     DESCRIPTION(
         "The libprocess library uses [glog][glog] for logging. The library",
         "only uses verbose logging which means nothing will be output unless",
-        "the verbosity level is set (by default it's 0, libprocess uses"
-        "levels 1, 2, and 3).",
+        "the verbosity level is set (by default it's 0, libprocess uses levels"
+        " 1, 2, and 3).",
         "",
         "**NOTE:** If your application uses glog this will also affect",
         "your verbose logging.",