more detailed report in memory management error path

This commit is contained in:
Balazs Gerofi bgerofi@riken.jp
2014-05-22 17:27:39 +09:00
parent 6a8e75dda0
commit badb450153
4 changed files with 16 additions and 3 deletions

View File

@ -1098,7 +1098,7 @@ int main_loop(int fd, int cpu, pthread_mutex_t *lock)
if(sig)
fprintf(stderr, "Terminate by signal %d\n", sig);
else if(term)
__dprintf(stderr, "Exit status: %d\n", term);
__dprintf("Exit status: %d\n", term);
}
}