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

remove suffix at log name

parent 8b69700e
No related branches found
No related tags found
No related merge requests found
......@@ -299,7 +299,7 @@ static inline void unsupervise_tree (void)
char const *except[3] =
{
"66-shutdownd",
nologger ? 0 : SS_SCANDIR SS_LOG_SUFFIX,
nologger ? 0 : SS_SCANDIR SS_LOG,
0
} ;
size_t livelen = strlen(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