Revision 8a7f1c61 scripts/gnt-job

b/scripts/gnt-job
321 321
      format_msg(3, "Execution log:")
322 322
      for serial, log_ts, log_type, log_msg in log:
323 323
        time_txt = FormatTimestamp(log_ts)
324
        encoded = utils.SafeEncode(log_msg)
324
        encoded = FormatLogMessage(log_type, log_msg)
325 325
        format_msg(4, "%s:%s:%s %s" % (serial, time_txt, log_type, encoded))
326 326
  return 0
327 327

  

Also available in: Unified diff