Oops, actually use server-entry-type

This commit is contained in:
Tony Garnock-Jones 2014-05-04 17:42:41 -04:00
parent db47874b11
commit ba3366ddff
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
(error 'echo-server "Please supply the --logbook-entry-type command-line argument."))
(define L (default-logbook))
(define E (logbook-entry L "minimart" server-entry-name "external-latency"))
(define E (logbook-entry L "minimart" server-entry-name server-entry-type))
(define Tmem (logbook-table E "server-memory-use" #:column-spec '(time-seconds memory-use)))
(define Tconn (logbook-table E "server-connections" #:column-spec '(time-seconds connection-count)))