Minor fix on master.c (name of master thread).

This commit is contained in:
Florian Pose 2007-01-10 16:34:42 +00:00
parent df1cc1d939
commit 413fdbb006
1 changed files with 1 additions and 1 deletions

View File

@ -810,7 +810,7 @@ static int ec_master_thread(void *data)
ec_master_t *master = (ec_master_t *) data;
cycles_t cycles_start, cycles_end;
daemonize("EtherCAT2");
daemonize("EtherCAT");
allow_signal(SIGTERM);
while (!signal_pending(current) && master->mode == EC_MASTER_MODE_IDLE) {