Commit 0badf47d authored by unknown's avatar unknown

Fix for bug #4182


BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
parent c0edb2e0
......@@ -65,6 +65,7 @@ marko@hundin.mysql.fi
miguel@hegel.(none)
miguel@hegel.br
miguel@hegel.local
miguel@hegel.txg
miguel@light.
miguel@light.local
miguel@sartre.local
......
......@@ -233,7 +233,7 @@ int main(int argc,char *argv[])
else
{
if (verbose)
printf("MySql error: %3d = %s\n",code,msg);
printf("MySQL error: %3d = %s\n",code,msg);
else
puts(msg);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment