added error message foe DB deadlock
authorMiloš Mulač <mulac@civ.zcu.cz>
Thu, 28 Feb 2008 17:14:04 +0000 (17:14 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Thu, 28 Feb 2008 17:14:04 +0000 (17:14 +0000)
org.glite.lb.common/src/context.c

index 535c743..3d946f4 100644 (file)
@@ -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) {