| 82 |
|
if ((status = end_rtrace())) |
| 83 |
|
error(WARNING, "bad exit status from rtrace"); |
| 84 |
|
if (vdef(REPORT)) { /* report time */ |
| 85 |
< |
eputs("rtrace process ended\n"); |
| 85 |
> |
eputs("rtrace process closed\n"); |
| 86 |
|
report(0); |
| 87 |
|
} |
| 88 |
|
return(status); /* return status */ |
| 150 |
|
if (system(combuf)) { |
| 151 |
|
unlink(tf2); /* clean up */ |
| 152 |
|
unlink(tf1); |
| 153 |
< |
error(SYSTEM, "cannot execute rad command"); |
| 153 |
> |
error(USER, "error executing rad command"); |
| 154 |
|
} |
| 155 |
|
if (pippt == NULL) { |
| 156 |
|
loadvars(tf2); /* load variables */ |