diff options
author | monty@donna.mysql.com <> | 2000-12-31 12:10:14 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-12-31 12:10:14 +0200 |
commit | 78f7befa20a2bdf59bc2fff8384cbf2136a98251 (patch) | |
tree | 0efdce73da9d90aad7113c261836fb5d26ba2904 /sql/mysqld.cc | |
parent | 4de5ac3327a9368d0a90ae4ff9ad5c272e421ce8 (diff) | |
download | mariadb-git-78f7befa20a2bdf59bc2fff8384cbf2136a98251.tar.gz |
cleanups
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r-- | sql/mysqld.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc index b915f3692a1..f9020aff19b 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -1626,14 +1626,14 @@ int main(int argc, char **argv) #ifdef EXTRA_DEBUG case 1: sql_print_error("\ -Warning: one should set server_id to a non-0 value if log-bin is enabled.\n\ -Will log updates to binary log, but will not accept connections from slaves"); +Warning: one should set server-id to a non-0 value if log-bin is enabled.\n\ +Will log updates to binary log, but will not accept connections from slaves."); break; #endif case 2: sql_print_error("\ -Warning: one should set server_id to a non-0 value if master_host is set.\n\ -The server will not act as a slave"); +Warning: one should set server-id to a non-0 value if master_host is set.\n\ +The server will not act as a slave."); break; } } |