diff options
author | heikki@hundin.mysql.fi <> | 2003-02-24 16:13:17 +0200 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2003-02-24 16:13:17 +0200 |
commit | c9cb735f58f5ff3f6c19e3aaab3dc8d431e4e9e0 (patch) | |
tree | a511cde585c396cddd7f97653248f812a0d9cfa1 /innobase | |
parent | babd0e87e6175313e4688d09be36d116d2fde964 (diff) | |
download | mariadb-git-c9cb735f58f5ff3f6c19e3aaab3dc8d431e4e9e0.tar.gz |
ut0mem.c:
Correct printf format
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/ut/ut0mem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/ut/ut0mem.c b/innobase/ut/ut0mem.c index d36ee2db953..dbd3e7e4737 100644 --- a/innobase/ut/ut0mem.c +++ b/innobase/ut/ut0mem.c @@ -80,7 +80,7 @@ ut_malloc_low( fprintf(stderr, "InnoDB: Fatal error: cannot allocate %lu bytes of\n" "InnoDB: memory with malloc! Total allocated memory\n" - "InnoDB: by InnoDB %lu bytes. Operating system errno: %d\n" + "InnoDB: by InnoDB %lu bytes. Operating system errno: %lu\n" "InnoDB: Cannot continue operation!\n" "InnoDB: Check if you should increase the swap file or\n" "InnoDB: ulimits of your operating system.\n" |