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:
052d584
)
print error
author
Miloš Mulač
<mulac@civ.zcu.cz>
Mon, 3 Mar 2008 14:16:47 +0000
(14:16 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Mon, 3 Mar 2008 14:16:47 +0000
(14:16 +0000)
org.glite.lb.server/src/jobstat.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/jobstat.c
b/org.glite.lb.server/src/jobstat.c
index
482fa35
..
322f059
100644
(file)
--- a/
org.glite.lb.server/src/jobstat.c
+++ b/
org.glite.lb.server/src/jobstat.c
@@
-133,6
+133,9
@@
int edg_wll_JobStatusServer(
} else {
if (edg_wll_intJobStatus(ctx, job, flags,&jobstat, js_enable_store)) {
edg_wll_UpdateError(ctx, EDG_WLL_ERROR_SERVER_RESPONSE, "Could not compute job status from events");
+ syslog(LOG_ERR, "Could not compute status of job %s events (corrupted DB?)\n",string_jobid);
+ fprintf(stderr, "[%d] Could not compute status of job %s events (corrupted DB?)\n", getpid(), string_jobid);
+
goto rollback;
}
*stat = jobstat.pub;