fixed renew log line
authorerickson <erickson@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Fri, 10 Jul 2009 18:00:36 +0000 (18:00 +0000)
committererickson <erickson@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Fri, 10 Jul 2009 18:00:36 +0000 (18:00 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@578 6d9bc8c9-1ec2-4278-b937-99fde70a366f

contrib/evergreen/eg_workflow.py

index c57de2c..d190d7b 100644 (file)
@@ -34,7 +34,7 @@ def doRenew(copyBarcode):
 
     evt = TASKS['RenewTask'].run(copy_barcode=copyBarcode)
     evt_txt = Event.parse_event(evt).text_code
-    logInfo("Checkout(%s) -> %s" % (copyBarcode, evt_txt))
+    logInfo("Renew(%s) -> %s" % (copyBarcode, evt_txt))
 
     if evt_txt == OILS_EVENT_SUCCESS:
         return evt