mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-06-24 02:38:03 +02:00
Renumbered and documented messages in dasdisup.c.
git-svn-id: file:///home/jj/hercules.svn/trunk@1084 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
+1
-1
@@ -259,7 +259,7 @@ static void http_dump_cgi_variables(WEBBLK *webblk)
|
||||
{
|
||||
CGIVAR *cv;
|
||||
for(cv = webblk->cgivar; cv; cv = cv->next)
|
||||
logmsg(_("HHS020D cgi_var_dump: pointer(%p) name(%s) value(%s) type(%d)\n"),
|
||||
logmsg(_("HHCHT012I 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