sbsv2/raptor/python/raptor.py
branchwip
changeset 9 b211d87c390a
parent 5 593a8820b912
child 12 2cfea3290625
--- a/sbsv2/raptor/python/raptor.py	Wed Nov 18 21:50:36 2009 +0000
+++ b/sbsv2/raptor/python/raptor.py	Fri Nov 20 20:10:58 2009 +0000
@@ -1039,7 +1039,7 @@
 		except Exception,e:
 			self.out = sys.stdout # make sure that we can actually get errors out.
 			self.logOpen = False
-			self.FatalError("<error>Unable to open the output logs: %s" % str(e))
+			self.FatalError("Unable to open the output logs: %s" % str(e))
 
 	def CloseLog(self):
 		if self.logOpen: