From 389e8bec492a5cf1a8cd8bb54f8d14518aaa925a Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 1 Jun 2004 16:41:13 +0300 Subject: fil0fil.c: Add missing newlines in fprintfs innobase/fil/fil0fil.c: Add missing newlines in fprintfs --- innobase/fil/fil0fil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/innobase/fil/fil0fil.c b/innobase/fil/fil0fil.c index ab3125c4b65..3b033655856 100644 --- a/innobase/fil/fil0fil.c +++ b/innobase/fil/fil0fil.c @@ -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); -- cgit v1.2.1