Minor changes

This commit is contained in:
Loïc Guégan 2024-02-02 13:25:57 +01:00
parent aedbeb3bc5
commit 45e5483b1b

View file

@ -76,7 +76,7 @@ int main(int argc, char *argv[]) {
// Path of the break file (if found, publisher will stop publishing)
char break_file[STATIC_LEN];
strcat(break_file, "publisher_");
strcat(break_file, key);
strcat(break_file, client);
strcat(break_file, "_break");
printf("Create to following file to stop publishing (max wakeup latency will be %ds): %s\n",BREAK_DURATION,break_file);