diff options
Diffstat (limited to 'sql/net_serv.cc')
-rw-r--r-- | sql/net_serv.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/net_serv.cc b/sql/net_serv.cc index ec4c4675e76..2dfef14fd60 100644 --- a/sql/net_serv.cc +++ b/sql/net_serv.cc @@ -294,7 +294,7 @@ void net_clear(NET *net) DBUG_PRINT("info",("skipped %d bytes from file: %s", count, vio_description(net->vio))); #ifdef EXTRA_DEBUG - fprintf(stderr,"skipped %d bytes from file: %s\n", + fprintf(stderr,"MySQL: net_clear() skipped %d bytes from file: %s\n", count, vio_description(net->vio)); #endif } |