Repository: mesos Updated Branches: refs/heads/master d2b3d365c -> 8483fa8a9
Missing `endl` in `cout` for default executor. Review: https://reviews.apache.org/r/52109/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8483fa8a Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/8483fa8a Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/8483fa8a Branch: refs/heads/master Commit: 8483fa8a9ad79fd7e615ddd1e04373f564e97627 Parents: d2b3d36 Author: Guangya Liu <gyliu...@gmail.com> Authored: Tue Sep 20 21:09:52 2016 -0700 Committer: Vinod Kone <vinodk...@gmail.com> Committed: Tue Sep 20 21:09:52 2016 -0700 ---------------------------------------------------------------------- src/launcher/default_executor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/8483fa8a/src/launcher/default_executor.cpp ---------------------------------------------------------------------- diff --git a/src/launcher/default_executor.cpp b/src/launcher/default_executor.cpp index 369db3e..2102fe8 100644 --- a/src/launcher/default_executor.cpp +++ b/src/launcher/default_executor.cpp @@ -227,7 +227,7 @@ protected: { CHECK_EQ(SUBSCRIBED, state); - cout << "Received kill for task '" << taskId << "'"; + cout << "Received kill for task '" << taskId << "'" << endl; // Send TASK_KILLED updates for all tasks in the group. //