1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
This commit is contained in:
unknown
2004-06-18 01:42:28 -03:00
parent c0edb2e0ce
commit 0badf47d5a
2 changed files with 2 additions and 1 deletions

View File

@ -65,6 +65,7 @@ marko@hundin.mysql.fi
miguel@hegel.(none) miguel@hegel.(none)
miguel@hegel.br miguel@hegel.br
miguel@hegel.local miguel@hegel.local
miguel@hegel.txg
miguel@light. miguel@light.
miguel@light.local miguel@light.local
miguel@sartre.local miguel@sartre.local

View File

@ -233,7 +233,7 @@ int main(int argc,char *argv[])
else else
{ {
if (verbose) if (verbose)
printf("MySql error: %3d = %s\n",code,msg); printf("MySQL error: %3d = %s\n",code,msg);
else else
puts(msg); puts(msg);
} }