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:
Jay Maynard
2002-12-17 15:29:16 +00:00
parent 6f602c065c
commit c07e8bd2db
6 changed files with 280 additions and 34 deletions
+1 -1
View File
@@ -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