SUPPORT-8592. minor fix

This commit is contained in:
alashkova 2024-10-17 16:46:46 +03:00
parent 987d2c2710
commit 03dbccf874

View file

@ -94,6 +94,6 @@ hex_to_bin(const str_t* hex, /*out*/ str_t* bin)
error:
str_t_clear(bin);
LOG_ERROR("hex2bin exit with error");
LOG_ERROR("hex_to_bin exit with error");
return -1;
}