diff --git a/src/drip_daemon.c b/src/drip_daemon.c index ebae7c8..db87330 100644 --- a/src/drip_daemon.c +++ b/src/drip_daemon.c @@ -50,7 +50,7 @@ int main(int argc, char **argv) { status /= 256; if (access(path("status"), F_OK) != -1) { spit_int("status", status); - } else { + } else if (status <= 128) { // don't print an error for signals fprintf(stderr, "java process exited prematurely with status %d: ", status); int i; for (i=1; i < argc; i++) {