diff options
author | unknown <miguel@hegel.txg> | 2004-06-18 01:42:28 -0300 |
---|---|---|
committer | unknown <miguel@hegel.txg> | 2004-06-18 01:42:28 -0300 |
commit | 4b80d6fe0140e18f7d922e3f25302cf19d631664 (patch) | |
tree | 39533560eb699ae6e09325231cd676beedb1d292 /extra/perror.c | |
parent | 941ed735b38e685adf7fe6a0a156a7a0ecbb482b (diff) | |
download | mariadb-git-4b80d6fe0140e18f7d922e3f25302cf19d631664.tar.gz |
Fix for bug #4182
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'extra/perror.c')
-rw-r--r-- | extra/perror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/perror.c b/extra/perror.c index b4405fdc5dd..b4aeaf00671 100644 --- a/extra/perror.c +++ b/extra/perror.c @@ -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); } |