summaryrefslogtreecommitdiff
path: root/src/components/media_manager/src/video/pipe_video_streamer_adapter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/media_manager/src/video/pipe_video_streamer_adapter.cc')
-rw-r--r--src/components/media_manager/src/video/pipe_video_streamer_adapter.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/media_manager/src/video/pipe_video_streamer_adapter.cc b/src/components/media_manager/src/video/pipe_video_streamer_adapter.cc
index fc0668b8d..4812e19c9 100644
--- a/src/components/media_manager/src/video/pipe_video_streamer_adapter.cc
+++ b/src/components/media_manager/src/video/pipe_video_streamer_adapter.cc
@@ -1,5 +1,5 @@
-/**
- * Copyright (c) 2013, Ford Motor Company
+/*
+ * Copyright (c) 2014, Ford Motor Company
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -38,7 +38,7 @@ namespace media_manager {
CREATE_LOGGERPTR_GLOBAL(logger, "PipeVideoStreamerAdapter")
PipeVideoStreamerAdapter::PipeVideoStreamerAdapter() {
- LOG4CXX_INFO(logger, "PipeVideoStreamerAdapter::PipeVideoStreamerAdapter");
+ LOG4CXX_AUTO_TRACE(logger);
named_pipe_path_ = profile::Profile::instance()->named_video_pipe_path();
Init();