Revision fa0192b2

b/lib/client/gnt_debug.py
595 595
    """Format pending acquires.
596 596

  
597 597
    """
598
    return utils.CommaJoin("%s:%s" % (mode, ",".join(threads))
598
    return utils.CommaJoin("%s:%s" % (mode, ",".join(map(str, threads)))
599 599
                           for mode, threads in value)
600 600

  
601 601
  # Format raw values

Also available in: Unified diff