mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-06 03:46:25 +02:00
Minor changes
This commit is contained in:
parent
aedbeb3bc5
commit
45e5483b1b
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ int main(int argc, char *argv[]) {
|
||||||
// Path of the break file (if found, publisher will stop publishing)
|
// Path of the break file (if found, publisher will stop publishing)
|
||||||
char break_file[STATIC_LEN];
|
char break_file[STATIC_LEN];
|
||||||
strcat(break_file, "publisher_");
|
strcat(break_file, "publisher_");
|
||||||
strcat(break_file, key);
|
strcat(break_file, client);
|
||||||
strcat(break_file, "_break");
|
strcat(break_file, "_break");
|
||||||
printf("Create to following file to stop publishing (max wakeup latency will be %ds): %s\n",BREAK_DURATION,break_file);
|
printf("Create to following file to stop publishing (max wakeup latency will be %ds): %s\n",BREAK_DURATION,break_file);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue