aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/armnn_delegate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/src/armnn_delegate.cpp')
-rw-r--r--delegate/src/armnn_delegate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/delegate/src/armnn_delegate.cpp b/delegate/src/armnn_delegate.cpp
index 4e99335d16..b2ad16051f 100644
--- a/delegate/src/armnn_delegate.cpp
+++ b/delegate/src/armnn_delegate.cpp
@@ -428,7 +428,7 @@ ArmnnSubgraph* ArmnnSubgraph::Create(TfLiteContext* tfLiteContext,
if (loadingStatus != armnn::Status::Success)
{
// Network load failed.
- throw armnn::Exception("TfLiteArmnnDelegate: Network could not be loaded:" + errorMessage);
+ throw armnn::Exception("TfLiteArmnnDelegate: Network could not be loaded: " + errorMessage);
}
ARMNN_LOG(info) << "Load ArmnnSubgraph time: " << std::setprecision(2)