From acf4dfae46d517262a82e41d44882a0ac281388f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Thu, 26 Oct 2006 11:30:00 +0000 Subject: [PATCH] use string for child_event (easier for debugging) --- org.glite.lb/project/events.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb/project/events.T b/org.glite.lb/project/events.T index 7716754..ed4202f 100644 --- a/org.glite.lb/project/events.T +++ b/org.glite.lb/project/events.T @@ -206,4 +206,4 @@ _optional_ string histogram User readable histogram; useful for debugging. jobid child JobId of subjob, which triggered the state change. - int child_event Event which triggered the state change. + string child_event Event which triggered the state change. -- 1.8.2.3