aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/PeriodicCounterCapture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/PeriodicCounterCapture.cpp')
-rw-r--r--src/profiling/PeriodicCounterCapture.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profiling/PeriodicCounterCapture.cpp b/src/profiling/PeriodicCounterCapture.cpp
index 650043d7bd..490173c7e0 100644
--- a/src/profiling/PeriodicCounterCapture.cpp
+++ b/src/profiling/PeriodicCounterCapture.cpp
@@ -5,7 +5,7 @@
#include "PeriodicCounterCapture.hpp"
-#include <armnn/Logging.hpp>
+#include <common/include/Logging.hpp>
#include <iostream>
@@ -108,7 +108,7 @@ void PeriodicCounterCapture::Capture(IReadCounterValues& readCounterValues)
catch (const arm::pipe::ProfilingException& e)
{
// Report the error and continue
- ARMNN_LOG(warning) << "An error has occurred when getting a counter value: "
+ ARM_PIPE_LOG(warning) << "An error has occurred when getting a counter value: "
<< e.what();
continue;
}