git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b941fa7
)
LOGD_NOFILE stuff
author
Jan Pospíšil
<honik@ntc.zcu.cz>
Mon, 1 May 2006 19:40:45 +0000
(19:40 +0000)
committer
Jan Pospíšil
<honik@ntc.zcu.cz>
Mon, 1 May 2006 19:40:45 +0000
(19:40 +0000)
org.glite.lb.logger/src/logd_proto.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.logger/src/logd_proto.c
b/org.glite.lb.logger/src/logd_proto.c
index
5e31fcf
..
b820dd4
100644
(file)
--- a/
org.glite.lb.logger/src/logd_proto.c
+++ b/
org.glite.lb.logger/src/logd_proto.c
@@
-472,6
+472,7
@@
int edg_wll_log_proto_server(edg_wll_GssConnection *con, char *name, char *prefi
strncpy(outfilename+count_total,jobId,count); count_total+=count;
outfilename[count_total]='\0';
// edg_wll_ll_log(LOG_DEBUG,"o.k.\n");
+#ifndef LOGD_NOFILE
edg_wll_ll_log(LOG_INFO,"Writing message to \"%s\"...",outfilename);
i = 0;
@@
-486,6
+487,7
@@
open_event_file:
free(errd);
goto edg_wll_log_proto_server_end;
} else edg_wll_ll_log(LOG_INFO,"o.k.");
+#endif
} else {
filepos = 0;
}