X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=signal.c;h=67af16558fa9357518eaef956d74f477c8625794;hb=c73d23911d78ed10179c12ef8f79a3fcf3bbcdaf;hp=cc49da11f2b647c83cb068b0cecab439419eb571;hpb=92bdf5b8eabd215c898c2be80dcfd4565eba2eff;p=paraslash.git 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); }