From 194086f01bdd1af52ddd976eb5b4152255565127 Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Mon, 14 Nov 2022 17:23:07 +0000 Subject: Minor error formatting fixes. Signed-off-by: Colm Donelan Change-Id: I17823fb8b6bbabc4da327187167ce9582ee29b32 --- delegate/src/armnn_delegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'delegate') 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) -- cgit v1.2.1