Revert to lowercase logmsg()

git-svn-id: file:///home/jj/hercules.svn/trunk@7669 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
Jan Jaeger
2011-08-07 00:09:14 +00:00
parent bdd1b3fdbd
commit 032e72e79b
53 changed files with 399 additions and 399 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