Avoid printing the metadata to stdout
This commit is contained in:
parent
a7c03179db
commit
60d6bbb337
2
ovni.c
2
ovni.c
@ -110,8 +110,6 @@ proc_metadata_store(struct ovni_rproc *proc)
|
|||||||
|
|
||||||
assert(proc->meta != NULL);
|
assert(proc->meta != NULL);
|
||||||
|
|
||||||
puts(json_serialize_to_string_pretty(proc->meta));
|
|
||||||
|
|
||||||
if(json_serialize_to_file_pretty(proc->meta, path) != JSONSuccess)
|
if(json_serialize_to_file_pretty(proc->meta, path) != JSONSuccess)
|
||||||
{
|
{
|
||||||
err("failed to write proc metadata\n");
|
err("failed to write proc metadata\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user