summaryrefslogtreecommitdiff
path: root/customer-specific/pasa/src/appMain/SmartDeviceLinkMainApp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'customer-specific/pasa/src/appMain/SmartDeviceLinkMainApp.cpp')
-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();