os0file.c:

Fix a typo: should be buf_page_print
This commit is contained in:
heikki@hundin.mysql.fi 2002-09-10 13:06:14 +03:00
parent 44a43fce68
commit a9391f3cb5

View file

@ -2281,7 +2281,7 @@ consecutive_loop:
ut_print_timestamp(stderr);
fprintf(stderr,
" InnoDB: ERROR: The page to be written seems corrupt!\n");
page_print(combined_buf + len2);
buf_page_print(combined_buf + len2);
fprintf(stderr,
"InnoDB: ERROR: The page to be written seems corrupt!\n");
}