From 2681068a9754172a93caaac014917a75da495a48 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Thu, 28 Feb 2008 17:14:04 +0000 Subject: [PATCH] added error message foe DB deadlock --- org.glite.lb.common/src/context.c | 1 + 1 file changed, 1 insertion(+) diff --git a/org.glite.lb.common/src/context.c b/org.glite.lb.common/src/context.c index 535c743..3d946f4 100644 --- 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) { -- 1.8.2.3