diff options
author | unknown <heikki@hundin.mysql.fi> | 2003-02-24 16:13:17 +0200 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2003-02-24 16:13:17 +0200 |
commit | ae25006afe279cae888a668e15e31e4763520233 (patch) | |
tree | a511cde585c396cddd7f97653248f812a0d9cfa1 /innobase/ut | |
parent | b5679828cf062107c9d6092c1044eef7965bca72 (diff) | |
download | mariadb-git-ae25006afe279cae888a668e15e31e4763520233.tar.gz |
ut0mem.c:
Correct printf format
innobase/ut/ut0mem.c:
Correct printf format
Diffstat (limited to 'innobase/ut')
-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" |