summaryrefslogtreecommitdiff
path: root/customer-specific
diff options
context:
space:
mode:
authorAlexander Kutsan <AKutsan@luxoft.com>2014-07-21 12:06:48 +0300
committerAlexander Kutsan <AKutsan@luxoft.com>2014-07-21 12:06:48 +0300
commit1cd1755b9bd9a5e2449f0e2fd878b9dd16b0718d (patch)
treed26db87e344260f673ea6e14a0bc3ac68bfa4fce /customer-specific
parent7a5cd137e8f31e3bab5ff88e2d4ac359f847d545 (diff)
downloadsdl_core-1cd1755b9bd9a5e2449f0e2fd878b9dd16b0718d.tar.gz
APPLINK-6707 Print snapshot tag, when running sdlSNAPSHOT_PASA21072014
Diffstat (limited to 'customer-specific')
-rw-r--r--customer-specific/pasa/src/appMain/SmartDeviceLinkMainApp.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/customer-specific/pasa/src/appMain/SmartDeviceLinkMainApp.cpp b/customer-specific/pasa/src/appMain/SmartDeviceLinkMainApp.cpp
index 01d9538925..801a7b69cb 100644
--- a/customer-specific/pasa/src/appMain/SmartDeviceLinkMainApp.cpp
+++ b/customer-specific/pasa/src/appMain/SmartDeviceLinkMainApp.cpp
@@ -167,7 +167,8 @@ int main(int argc, char** argv) {
INIT_LOGGER(profile::Profile::instance()->log4cxx_config_file());
- LOG4CXX_INFO(logger, " Application main()");
+ LOG4CXX_INFO(logger, "Snapshot: {TAG}");
+ LOG4CXX_INFO(logger, "Application main()");
utils::SharedPtr<threads::Thread> applink_notification_thread = new threads::Thread("Applink notification thread", new ApplinkNotificationThreadDelegate());
applink_notification_thread->start();