Changeset 4530

Show
Ignore:
Timestamp:
02/03/10 09:40:23 (6 months ago)
Author:
tfheen
Message:

Print the whole tag in once mode

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/varnish-cache/bin/varnishtop/varnishtop.c

    r4358 r4530  
    277277                printf("%9.2f %s %*.*s\n", 
    278278                    tp->count, VSL_tags[tp->rec[SHMLOG_TAG]], 
    279                     len, len, tp->rec + SHMLOG_DATA); 
     279                    len, len, tp->rec_data); 
    280280        } 
    281281}