diff options
Diffstat (limited to 'parameter/ParameterMgr.cpp')
-rw-r--r-- | parameter/ParameterMgr.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/parameter/ParameterMgr.cpp b/parameter/ParameterMgr.cpp index 90d7884..b5b9683 100644 --- a/parameter/ParameterMgr.cpp +++ b/parameter/ParameterMgr.cpp @@ -358,10 +358,7 @@ bool CParameterMgr::load(string& strError) list<string> lstrSelectionCriteron; selectionCriteria->listSelectionCriteria(lstrSelectionCriteron, true, false); - string strSelectionCriteron; - CUtility::concatenate(lstrSelectionCriteron, strSelectionCriteron); - - log_info("%s", strSelectionCriteron.c_str()); + log_table(false, lstrSelectionCriteron); } // At initialization, check subsystems that need resync |