From 82ad993832ae87d8c25785c21e9a3d7fe7573abf Mon Sep 17 00:00:00 2001 From: hno <> Date: Fri, 19 Jul 2002 05:55:43 +0000 Subject: [PATCH] Minor bugfix of the previous HTML cleanups --- src/cachemgr.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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); -- 2.47.3