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:
6a988bf
)
added error message foe DB deadlock
author
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 28 Feb 2008 17:14:04 +0000
(17:14 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 28 Feb 2008 17:14:04 +0000
(17:14 +0000)
org.glite.lb.common/src/context.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/src/context.c
b/org.glite.lb.common/src/context.c
index
535c743
..
3d946f4
100644
(file)
--- a/
org.glite.lb.common/src/context.c
+++ b/
org.glite.lb.common/src/context.c
@@
-171,6
+171,7
@@
static const char* const errTexts[] = {
"Interlogger internal error",
"Interlogger has events pending",
"Compared events differ",
+ "DB deadlock detected",
};
const char *edg_wll_GetErrorText(int code) {