You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ch...@apache.org on 2018/11/01 17:14:14 UTC

[mesos] 02/02: Fixed a comment in SLRP.

This is an automated email from the ASF dual-hosted git repository.

chhsiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit d259228b9c9d29e234d609a104005c3e7ee26a0a
Author: Chun-Hung Hsiao <ch...@apache.org>
AuthorDate: Thu Nov 1 10:07:19 2018 -0700

    Fixed a comment in SLRP.
    
    Review: https://reviews.apache.org/r/69033/
---
 src/resource_provider/storage/provider.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/resource_provider/storage/provider.cpp b/src/resource_provider/storage/provider.cpp
index 025b13b..2873b1a 100644
--- a/src/resource_provider/storage/provider.cpp
+++ b/src/resource_provider/storage/provider.cpp
@@ -665,7 +665,7 @@ Future<Nothing> StorageLocalResourceProviderProcess::recover()
     .then(defer(self(), [=]() -> Future<Nothing> {
       LOG(INFO)
         << "Finished recovery for resource provider with type '" << info.type()
-        << "' and name '" << info.name();
+        << "' and name '" << info.name() << "'";
 
       state = DISCONNECTED;