diff --git a/src/obiavl.c b/src/obiavl.c index 14f8899..7e536a4 100644 --- a/src/obiavl.c +++ b/src/obiavl.c @@ -1601,7 +1601,7 @@ byte_t* obi_str_to_obibytes(char* value) if (value_b == NULL) { obi_set_errno(OBI_AVL_ERROR); - obidebug(1, "\nError allocating memory for a byte avl"); + obidebug(1, "\nError allocating memory for a byte array"); return NULL; } @@ -1669,7 +1669,7 @@ byte_t* obi_seq_to_obibytes(char* seq) if (value_b == NULL) { obi_set_errno(OBI_AVL_ERROR); - obidebug(1, "\nError allocating memory for a byte avl"); + obidebug(1, "\nError allocating memory for a byte array"); return NULL; }