summaryrefslogtreecommitdiff
path: root/innobase/os
diff options
context:
space:
mode:
authorunknown <heikki@donna.mysql.fi>2001-04-24 16:40:18 +0300
committerunknown <heikki@donna.mysql.fi>2001-04-24 16:40:18 +0300
commita35f3161e94f35f64e45fab8b9132c2ecb6ab8a7 (patch)
tree1b5d8e56588d05eeb33f8ca857cd633dc791dbee /innobase/os
parentf6dad493db038f6578b583c8e738520e467b2a6e (diff)
downloadmariadb-git-a35f3161e94f35f64e45fab8b9132c2ecb6ab8a7.tar.gz
os0file.c Fix to the error message
innobase/os/os0file.c: Fix to the error message
Diffstat (limited to 'innobase/os')
-rw-r--r--innobase/os/os0file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/os/os0file.c b/innobase/os/os0file.c
index 8e58bfef3f0..804a63507ce 100644
--- a/innobase/os/os0file.c
+++ b/innobase/os/os0file.c
@@ -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);