Revision 049088b2

b/man/gnt-job.sgml
227 227
              <simpara>the list of opcode end times</simpara>
228 228
            </listitem>
229 229
          </varlistentry>
230
          <varlistentry>
231
            <term>lock_status</term>
232
            <listitem>
233
              <simpara>the lock status (useful for debugging)</simpara>
234
            </listitem>
235
          </varlistentry>
236 230
        </variablelist>
237 231
      </para>
238 232

  
b/scripts/gnt-job
85 85
      "start_ts": "Start",
86 86
      "end_ts": "End",
87 87
      "received_ts": "Received",
88
      "lock_status": "LockStatus",
89 88
      }
90 89
  else:
91 90
    headers = None
......
109 108
        val = FormatTimestamp(val)
110 109
      elif field in ("opstart", "opexec", "opend"):
111 110
        val = [FormatTimestamp(entry) for entry in val]
112
      elif field == "lock_status" and not val:
113
        val = "-"
114 111

  
115 112
      row[idx] = str(val)
116 113

  

Also available in: Unified diff