MINOR: log: make lf_text use a const char *
authorWilly Tarreau <w@1wt.eu>
Fri, 12 Oct 2012 17:48:16 +0000 (19:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Oct 2012 18:30:51 +0000 (20:30 +0200)
commit4f65356a228cca8ebfc966b3d0eb28b6b72c94e5
tree124dc56454e48f718512839384f41adfd838baa2
parent93dbc2bc0e86c5a70c9fe46bf78a874d049fc471
MINOR: log: make lf_text use a const char *

lf_text() should use a const char * otherwise it makes it more complex
to use data coming from const strings.
include/proto/log.h
src/log.c