Avoid printing the metadata to stdout

This commit is contained in:
Rodrigo Arias 2021-08-10 14:00:04 +02:00
parent a7c03179db
commit 60d6bbb337

2
ovni.c
View File

@ -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");