Add 'bytes' to log message
This commit is contained in:
parent
d4b5ecc0f9
commit
f4589428a2
|
@ -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)]
|
||||
|
|
Loading…
Reference in New Issue