X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=signal.c;h=67af16558fa9357518eaef956d74f477c8625794;hp=cc49da11f2b647c83cb068b0cecab439419eb571;hb=5d581fbd46a6d1949bfd876aec63041dc6724eb0;hpb=21f08c693cfcbdacb7d0e0b3c29a397f5deae573;ds=sidebyside diff --git a/signal.c b/signal.c index cc49da11..67af1655 100644 --- a/signal.c +++ b/signal.c @@ -48,7 +48,7 @@ int para_signal_init(void) goto err_out; return signal_pipe[0]; err_out: - PARA_EMERG_LOG("%s\n", PARA_STRERROR(-ret)); + PARA_EMERG_LOG("%s\n", para_strerror(-ret)); exit(EXIT_FAILURE); }