summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Oleynik <AOleynik@luxoft.com>2014-10-01 00:53:24 +0300
committerAndrey Oleynik <AOleynik@luxoft.com>2014-10-01 00:53:24 +0300
commit86d934cf07b6e839a8f3549f599e1fb72f10b75a (patch)
treef91b802020706fe30319159706cb92d2ce5536d3
parent55e13ce9a5d7961029662219257acd6ccb32e0cf (diff)
downloadsdl_core-86d934cf07b6e839a8f3549f599e1fb72f10b75a.tar.gz
APPLINK-9561. Log file size limits setting fixed.
-rwxr-xr-x[-rw-r--r--]customer-specific/pasa/src/appMain/SmartDeviceLinkMainApp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/customer-specific/pasa/src/appMain/SmartDeviceLinkMainApp.cpp b/customer-specific/pasa/src/appMain/SmartDeviceLinkMainApp.cpp
index 0c6047bb6d..c21e9b11b1 100644..100755
--- a/customer-specific/pasa/src/appMain/SmartDeviceLinkMainApp.cpp
+++ b/customer-specific/pasa/src/appMain/SmartDeviceLinkMainApp.cpp
@@ -178,7 +178,6 @@ void startSmartDeviceLink()
// --------------------------------------------------------------------------
// Components initialization
- profile::Profile::instance()->config_file_name(SDL_INIFILE_PATH);
// TODO: Remove this code when PASA will support SDL_MSG_START_USB_LOGGING
// Start section
@@ -263,6 +262,7 @@ void ApplinkNotificationThreadDelegate::threadMain() {
*/
int main(int argc, char** argv) {
+ profile::Profile::instance()->config_file_name(SDL_INIFILE_PATH);
INIT_LOGGER(profile::Profile::instance()->log4cxx_config_file());
configureLogging();