1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00

minor fix

git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@250 8ec27952-4edc-4aab-86aa-e87bb2611832
This commit is contained in:
Steffen Vogel 2014-09-11 15:09:32 +00:00
parent 2b8d3ae605
commit 30308e7a66

View file

@ -92,7 +92,7 @@ static void * path_run(void *arg)
p->histogram[idx]++;
/* Handle simulation restart */
if (m->sequence == 0 && abs(dist) > 64) {
if (m->sequence == 0 && abs(dist) > 16) {
path_stats(p);
warn("Simulation for path %s " MAG("=>") " %s "
"restarted (p->seq=%u, m->seq=%u, dist=%d)",