Fix miss typo 80/269380/2
authorHyunsoo Park <hance.park@samsung.com>
Thu, 13 Jan 2022 08:45:03 +0000 (17:45 +0900)
committerHyunsoo Park <hance.park@samsung.com>
Thu, 13 Jan 2022 08:51:23 +0000 (17:51 +0900)
[Version] : 0.4.2-0
[Issue type] : clean up

Change-Id: Ie76beb33845aa45dc827de73d725b9a423c2aecd
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
packaging/inference-engine-mlapi.spec
src/inference_engine_mlapi.cpp

index 576c91e..75a1987 100644 (file)
@@ -1,6 +1,6 @@
 Name:       inference-engine-mlapi
 Summary:    ML Single API backend of NNStreamer for MediaVision
-Version:    0.4.1
+Version:    0.4.2
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0
index 9cba2da..bf403f2 100644 (file)
@@ -174,7 +174,7 @@ namespace MLAPIImpl
 
                        err = ml_tensors_info_set_tensor_type(tensor_info, layer_idx, static_cast<ml_tensor_type_e>(tensor_type));
                        if (err != ML_ERROR_NONE) {
-                               LOGE("Failed to set tensor count(%d).", err);
+                               LOGE("Failed to set tensor type(%d).", err);
                                return INFERENCE_ENGINE_ERROR_INVALID_OPERATION;
                        }