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

add magenta color

parent 6d035838
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ int info_graph_display_service(char const *name) ...@@ -103,7 +103,7 @@ int info_graph_display_service(char const *name)
"type=", log_color->blue, get_key_by_enum(ENUM_TYPE,res.type), log_color->off, \ "type=", log_color->blue, get_key_by_enum(ENUM_TYPE,res.type), log_color->off, \
"tree=", BMAGENTA, res.sa.s + res.treename, log_color->off )) "tree=", log_color->magenta, res.sa.s + res.treename, log_color->off))
goto freed ; goto freed ;
err = 1 ; err = 1 ;
......
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