From: hno <> Date: Fri, 19 Jul 2002 05:55:43 +0000 (+0000) Subject: Minor bugfix of the previous HTML cleanups X-Git-Tag: SQUID_3_0_PRE1~893 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82ad993832ae87d8c25785c21e9a3d7fe7573abf;p=thirdparty%2Fsquid.git Minor bugfix of the previous HTML cleanups --- diff --git a/src/cachemgr.cc b/src/cachemgr.cc index 36100fca32..50faab02ea 100644 --- a/src/cachemgr.cc +++ b/src/cachemgr.cc @@ -1,6 +1,6 @@ /* - * $Id: cachemgr.cc,v 1.95 2002/07/18 23:43:12 hno Exp $ + * $Id: cachemgr.cc,v 1.96 2002/07/18 23:55:43 hno Exp $ * * DEBUG: section 0 CGI Cache Manager * AUTHOR: Duane Wessels @@ -454,10 +454,10 @@ read_reply(int s, cachemgr_request * req) break; case isBodyStart: printf("\n"); - printf("CacheMgr@%s: %s\n"); - printf("\n"); - printf("\n", + printf("CacheMgr@%s: %s\n", req->hostname, action); + printf("\n"); + printf("\n"); if (parse_menu) { printf("

Cache Manager menu for %s:

", menu_url(req, "authenticate"), req->hostname);