From 7d54cd128f2af29d05373c00213d587460665fab Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sun, 13 Mar 2005 02:46:44 +0000 Subject: [PATCH] =?utf8?q?Log=20m=C3=A1s=20resumido=20y=20parecido=20a=20s?= =?utf8?q?c=5Ffetch.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/sc_test | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/sc_test b/src/sc_test index 5c9fb83..2aaaff7 100755 --- a/src/sc_test +++ b/src/sc_test @@ -400,8 +400,9 @@ while continuar: log.debug('No hay intento para probar') time.sleep(intervalo) continue - log.info('Nuevo intento a probar (alumno=%d, curso=%d, entrega=%d.%d, ' \ - 'intento=%d)', intento.inscripto.padron, intento.entrega.curso.curso, + log.info('Nuevo intento a probar (%d %d%d%d %d.%d.%d)', + intento.inscripto.padron, intento.entrega.curso.anio, + intento.entrega.curso.cuatrimestre, intento.entrega.curso.curso, intento.entrega.nroEjercicio, intento.entrega.entrega, intento.numero) mail = MailIntento(intento) # Compila -- 2.43.0