diff options
Diffstat (limited to 'dpi/cookies.c')
-rw-r--r-- | dpi/cookies.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dpi/cookies.c b/dpi/cookies.c index 1a1b8a1f..734dc016 100644 --- a/dpi/cookies.c +++ b/dpi/cookies.c @@ -1282,10 +1282,10 @@ static char *Cookies_get(char *url_host, char *url_path, str = cookie_dstring->str; dStr_free(cookie_dstring, FALSE); - if (*str) + if (*str) { + MSG("%s GETTING: %s", url_host, str); cookies_use_counter++; - - MSG("%s GETTING: %s\n", url_host, str); + } return str; } |