Skip to content
Snippets Groups Projects
Commit 42288b4a authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

fix displayed name

parent 276cae7a
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ void sanitize_init(unsigned int *alist, unsigned int alen, graph_t *g, resolve_s
if (!state_messenger(sa + ares[aresid].path.home, name, STATE_FLAGS_TOINIT, STATE_FLAGS_FALSE))
log_dieusys(LOG_EXIT_SYS, "send message to state of: ", name) ;
log_info("Initialized successfully: ", sa + ares[pos].name) ;
log_info("Initialized successfully: ", name) ;
}
ftrigr_end(&fifo) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment