mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-13 23:45:37 +02:00
Revert to lowercase logmsg()
git-svn-id: file:///home/jj/hercules.svn/trunk@7669 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