X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write_common.c;h=f1c1e8f131f3500a326f8832c1d332c9d17cbbac;hp=78d1523e2c14cd95afb00fab6a58aa50a49a908e;hb=a7a37b282c4e936b2fb34c2bd7423f9f800dfd44;hpb=33713473b1051c2d9f487c66a92a5cbdf1277ce3 diff --git a/write_common.c b/write_common.c index 78d1523e..f1c1e8f1 100644 --- a/write_common.c +++ b/write_common.c @@ -111,6 +111,7 @@ int wng_open(struct writer_node_group *g) g->eof = 0; return 1; err_out: + PARA_ERROR_LOG("%s\n", PARA_STRERROR(-ret)); unregister_task(&g->task); while (i > 0) { struct writer_node *wn = &g->writer_nodes[--i];