Remove compilation warning
authorHyunbin Lee <hyunbin.lee@samsung.com>
Wed, 17 Jul 2013 06:39:04 +0000 (15:39 +0900)
committerHyunbin Lee <hyunbin.lee@samsung.com>
Wed, 14 Aug 2013 06:21:58 +0000 (15:21 +0900)
Change-Id: If6d3e485b3456f4053c68451a9f5e11a5a57e3e4
Signed-off-by: Hyunbin Lee <hyunbin.lee@samsung.com>
src/FIo_MmcStorageManagerService.cpp

index a3de0b1..82f3511 100644 (file)
@@ -132,6 +132,7 @@ _MmcStorageManagerService::_MmcStorageManagerService(void)
 _MmcStorageManagerService::~_MmcStorageManagerService(void)
 {
        int ret = vconf_ignore_key_changed(VCONFKEY_SYSMAN_MMC_STATUS, MmcEventVconfCallback);
+       SysTryLog(NID_IO, ret == 0, "Failed to unregister MMC event vconf callback.");
        delete __pVirtualRootList;
 }