X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fntsim-ng%2Futils%2Ftype_utils.c;h=034bcf00c225f6aca5f59cf51d10ef6f592acd0e;hb=3bbf9d8a3c81afebcffb2b926cef219336dd53d6;hp=12211818b5721463207bfde9d1a5a7ba4472ea73;hpb=f1d5c9198acde7a7ce296490087cad37e008f688;p=sim%2Fo1-interface.git 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; }