mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-15 16:35:31 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user