Commit 389e8bec authored by unknown's avatar unknown

fil0fil.c:

  Add missing newlines in fprintfs


innobase/fil/fil0fil.c:
  Add missing newlines in fprintfs
parent bab2231f
......@@ -2572,7 +2572,7 @@ fil_load_single_table_tablespace(
fprintf(stderr,
"InnoDB: Error: could not open single-table tablespace file\n"
"InnoDB: %s!", filepath);
"InnoDB: %s!\n", filepath);
ut_free(filepath);
......@@ -2587,7 +2587,7 @@ fil_load_single_table_tablespace(
fprintf(stderr,
"InnoDB: Error: could not measure the size of single-table tablespace file\n"
"InnoDB: %s!", filepath);
"InnoDB: %s!\n", filepath);
os_file_close(file);
ut_free(filepath);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment