From f4589428a220f7cb191620fdd0788c205a45aaef Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 25 Apr 2023 15:26:15 -0700 Subject: [PATCH] Add 'bytes' to log message --- src/objectifier_client/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objectifier_client/core.clj b/src/objectifier_client/core.clj index b4a3473..aff49d1 100644 --- a/src/objectifier_client/core.clj +++ b/src/objectifier_client/core.clj @@ -24,7 +24,7 @@ (when verbose (println (str "sending " (count image-bytes) - " to " + " bytes to " url " for object detection"))) (let [input-stream (ByteArrayInputStream. image-bytes)]