X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=server.c;h=a5ae0268cfde442345cd2c0993f6a95ce07f1c2a;hb=53a27fb91166a7734f0768721b2cef91f0f6172e;hp=4f346e0c19d0dba2fad7d59719f3cd7c854a89be;hpb=806fcbb5a8c00d6b8c1a228b9b4d6b6758f613ca;p=paraslash.git diff --git a/server.c b/server.c index 4f346e0c..a5ae0268 100644 --- a/server.c +++ b/server.c @@ -205,7 +205,7 @@ static void shm_init(void) mmd->sender_cmd_data.cmd_num = -1; return; err_out: - PARA_EMERG_LOG("%s", para_strerror(-ret)); + PARA_EMERG_LOG("%s\n", para_strerror(-ret)); exit(EXIT_FAILURE); }