os0file.c Fix to the error message

innobase/os/os0file.c:
  Fix to the error message
This commit is contained in:
unknown 2001-04-24 16:40:18 +03:00
parent f6dad493db
commit a35f3161e9

View file

@ -180,7 +180,7 @@ ask_again:
fprintf(stderr,
"InnoDB: Cannot continue operation.\n"
"InnoDB: Disk is full. Try to clean the disk to free space.\n"
"InnoDB: Delete possible created file %s and restart.\n");
"InnoDB: Delete possible created file and restart.\n");
exit(1);