Fix LogSystemSingleton issue
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Tue, 27 Jan 2015 15:35:33 +0000 (16:35 +0100)
committerMaciej J. Karpiuk <m.karpiuk2@samsung.com>
Tue, 17 Feb 2015 11:09:37 +0000 (12:09 +0100)
commitd94a609390f019200f2baee2350fd40a51369612
treede366ad9af19f7160409b6363262ae3a508f361e
parent0c7a5e8c233996070520d87674372f1b5da2b9fe
Fix LogSystemSingleton issue

[Issue#] N/A
[Feature/Bug] N/A
[Problem] Logs from key-manager-common not visible
[Cause] 2 instances of LogSystemSingleton were created in key-manager binary
(log.cpp and key-manager-main.cpp)
[Solution] Excessive LogSystemSingleton definition removed.

[Verification] Compile & install ckm & tests. Run dlogutil and see if all logs
are visible (CKM-CLIENT and CKM including logs from key-manager-common library)

Change-Id: Idf508facc33318030db90633afa581d5cf012747
src/manager/client/client-common.cpp
src/manager/dpl/log/src/log.cpp
src/manager/main/key-manager-main.cpp