projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
clean up error.h
[paraslash.git]
/
write_common.c
diff --git
a/write_common.c
b/write_common.c
index
78d1523
..
f1c1e8f
100644
(file)
--- 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:
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];
unregister_task(&g->task);
while (i > 0) {
struct writer_node *wn = &g->writer_nodes[--i];