Restore code regressed by latest changes.

git-svn-id: file:///home/jj/hercules.svn/trunk@7678 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
Paul Gorlinsky
2011-08-09 02:00:07 +00:00
parent f2b1ceb353
commit 2c2eaf37dc
59 changed files with 593 additions and 470 deletions

View File

@@ -336,7 +336,7 @@ static void http_dump_cgi_variables(WEBBLK *webblk)
{
CGIVAR *cv;
for(cv = webblk->cgivar; cv; cv = cv->next)
logmsg(_("cgi_var_dump: pointer(%p) name(%s) value(%s) type(%d)\n"),
LOGMSG(_("cgi_var_dump: pointer(%p) name(%s) value(%s) type(%d)\n"),
cv, cv->name, cv->value, cv->type);
}
#endif