Revision 90ab92e3

b/qa/qa_utils.py
213 213
  return _PrintWithColor(text, _WARNING_SEQ)
214 214

  
215 215

  
216
def PrintError(f, text):
216
def PrintError(text):
217 217
  return _PrintWithColor(text, _ERROR_SEQ)
218 218

  
219 219

  
220
def PrintInfo(f, text):
220
def PrintInfo(text):
221 221
  return _PrintWithColor(text, _INFO_SEQ)

Also available in: Unified diff