diff --git a/innobase/srv/srv0start.c b/innobase/srv/srv0start.c index b469eca9e7e..93e1addd3c3 100644 --- a/innobase/srv/srv0start.c +++ b/innobase/srv/srv0start.c @@ -809,7 +809,7 @@ innobase_start_or_create_for_mysql(void) fprintf(stderr, "InnoDB: Cannot initialize created log files because\n" "InnoDB: data files were not in sync with each other\n" - "InnoDB: or the data files are corrupt./n"); + "InnoDB: or the data files are corrupt.\n"); return(DB_ERROR); }