summaryrefslogtreecommitdiff
path: root/innobase/fut
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/fut')
-rw-r--r--innobase/fut/fut0lst.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/innobase/fut/fut0lst.c b/innobase/fut/fut0lst.c
index 4328fc97b33..ff112b586c4 100644
--- a/innobase/fut/fut0lst.c
+++ b/innobase/fut/fut0lst.c
@@ -509,8 +509,9 @@ flst_print(
len = flst_get_len(base, mtr);
- printf("FILE-BASED LIST:\n");
- printf("Base node in space %lu page %lu byte offset %lu; len %lu\n",
+ fprintf(stderr,
+ "FILE-BASED LIST:\n"
+ "Base node in space %lu page %lu byte offset %lu; len %lu\n",
buf_frame_get_space_id(frame), buf_frame_get_page_no(frame),
(ulint) (base - frame), len);
}