fields.c: get non-existing field: log level WARN -> VERBOSE
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 18 May 2017 18:51:12 +0000 (14:51 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:43 +0000 (12:57 -0400)
commite67720a9e5a06c8050f9a7f86af6969ca35c9446
treedef92164249f830c5066d7358b25f8d0876ed68a
parentffffc5262b746805569c0bc946ad3c48443f02f8
fields.c: get non-existing field: log level WARN -> VERBOSE

It is possible that a user needs to check if a structure field's field,
for example, is set (exists). If it does not, the given function returns
NULL, but this is not an error: the function is used to check here, not
to create the field.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
lib/ctf-ir/fields.c
This page took 0.024551 seconds and 4 git commands to generate.