Commander: Include process name in poll error message

This commit is contained in:
Lorenz Meier
2016-02-05 00:54:19 +01:00
parent 443a58cafe
commit 14946f11c1
+1 -1
View File
@@ -3266,7 +3266,7 @@ void *commander_low_prio_loop(void *arg)
}
} else if (pret < 0) {
/* this is undesirable but not much we can do - might want to flag unhappy status */
warn("poll error %d, %d", pret, errno);
warn("commander: poll error %d, %d", pret, errno);
continue;
} else {