From 2f53919c931fd35a9dd1e0e4c3afc84b12bfea07 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sat, 29 Dec 2001 13:47:51 +0000 Subject: [PATCH] shortened nodes line in logfile --- mbtask/outstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbtask/outstat.c b/mbtask/outstat.c index d52b50b1..47c39d6e 100644 --- a/mbtask/outstat.c +++ b/mbtask/outstat.c @@ -351,7 +351,7 @@ int outstat() sprintf(temp, "%s %8lu %08x %08x %08x %08x %5d %s %s %s", flstr, (long)tmp->size, (unsigned int)tmp->olflags, (unsigned int)tmp->moflags, (unsigned int)tmp->diflags, (unsigned int)tmp->ipflags, - tmp->cst.tryno, callstatus(tmp->cst.trystat), callmode(tmp->callmode), ascfnode(&(tmp->addr), 0x1f)); + tmp->cst.tryno, callstatus(tmp->cst.trystat), callmode(tmp->callmode), ascfnode(&(tmp->addr), 0x0f)); tasklog('+', "%s", temp); }