X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fntsim-ng%2Futils%2Ftype_utils.c;h=034bcf00c225f6aca5f59cf51d10ef6f592acd0e;hp=12211818b5721463207bfde9d1a5a7ba4472ea73;hb=3bbf9d8a3c81afebcffb2b926cef219336dd53d6;hpb=312a154cc4d60a09596fba8fd1259345e048cdc2 diff --git a/ntsimulator/ntsim-ng/utils/type_utils.c b/ntsimulator/ntsim-ng/utils/type_utils.c index 1221181..034bcf0 100644 --- a/ntsimulator/ntsim-ng/utils/type_utils.c +++ b/ntsimulator/ntsim-ng/utils/type_utils.c @@ -205,7 +205,7 @@ char* typeutils_type_to_str(const struct lys_type *type) { if(type->info.enums.count) { ret = (char*)realloc(ret, sizeof(char) * 1024 * 1024); if(!ret) { - log_error("bad malloc"); + log_error("bad malloc\n"); return 0; }