From: Sungbae Yoo Date: Tue, 10 Jan 2017 07:02:53 +0000 (+0900) Subject: Remove log of subscription id for debugging X-Git-Tag: submit/tizen/20170213.020148~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c9b9512a65707947ca4441c940801f43bd1fbb2;p=platform%2Fcore%2Fsecurity%2Fode.git Remove log of subscription id for debugging Signed-off-by: Sungbae Yoo --- diff --git a/server/external-encryption.cpp b/server/external-encryption.cpp index 8906b8d..98986cf 100644 --- a/server/external-encryption.cpp +++ b/server/external-encryption.cpp @@ -95,14 +95,12 @@ void externalCallback(dbus::Variant parameters) void externalAddEventReceiver() { dbus::Connection &systemDBus = dbus::Connection::getSystem(); - dbus::Connection::SubscriptionId id; - id = systemDBus.subscribeSignal("", + systemDBus.subscribeSignal("", "org.tizen.system.storage.BlockManager", "DeviceChanged", "/Org/Tizen/System/Storage/Block/Manager", externalCallback); - INFO("Event ID: " + std::to_string(id)); } void externalCheckMount()