From 8e552f6dd6ee41b511b7153a8b729121cecca1b0 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Mon, 28 May 2018 20:56:15 +0900 Subject: Dump client infomation when client is added Change-Id: Ie66f2ca25b3cca4dcba5d964e8df2afeba3e13c5 Signed-off-by: Kazumasa Mitsunari --- src/applist.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/applist.cpp') diff --git a/src/applist.cpp b/src/applist.cpp index 36c5917..06921c0 100644 --- a/src/applist.cpp +++ b/src/applist.cpp @@ -37,6 +37,7 @@ AppList::~AppList(){} void AppList::addClient(const string &appid, const string &role){ shared_ptr client = std::make_shared(appid, role); client_list[appid] = client; + client_dump(); } void AppList::removeClient(const string &appid){ -- cgit 1.2.3-korg