Mercurial > dillo_port1.3
changeset 379:52f65d7a0e7c
- minor cookie MSG improvement.
author | jcid |
---|---|
date | Fri, 03 Oct 2008 16:51:03 +0200 |
parents | 003d3ebfd78d |
children | 9a6fb1b2e5e4 |
files | dpi/cookies.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dpi/cookies.c Thu Oct 02 16:57:58 2008 +0200 +++ b/dpi/cookies.c Fri Oct 03 16:51:03 2008 +0200 @@ -911,7 +911,7 @@ cookie->secure = TRUE; } else { /* Oops! this can't be good... */ - MSG("Cookie contains illegal attribute!\n"); + MSG("Cookie contains unknown attribute: '%s'\n", attr); dFree(attr); error = TRUE; continue;