COPYING: replace the short GPL text by the full version 2 license
[paraslash.git] / write_common.c
index 78d1523e2c14cd95afb00fab6a58aa50a49a908e..f1c1e8f131f3500a326f8832c1d332c9d17cbbac 100644 (file)
@@ -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];