• J
    log: Separate thread ID from timestemp in ring buffer · a1fe02f0
    Jiri Denemark 提交于
    When we write a log message into a log, we separate thread ID from
    timestamp using ": ". However, when storing the message into the ring
    buffer, we omitted the separator, e.g.:
    
        2013-02-27 11:49:11.852+00003745: ...
    a1fe02f0
virlog.c 42.0 KB