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

inform user at ordering tree process

parent 95caf9a8
No related branches found
No related tags found
No related merge requests found
......@@ -731,6 +731,7 @@ int main(int argc, char const *const *argv,char const *const *envp)
}
if (!file_write_unsafe(ste,SS_STATE + 1,contents.s,contents.len))
log_dieusys(LOG_EXIT_ZERO,"write: ",ste,SS_STATE) ;
log_info("Ordered successfully tree: ",tree," starts after tree: ",after_tree) ;
}
stralloc_free(&reslive) ;
stralloc_free(&live) ;
......
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