Commit e5a3d24b authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru

Followup for make TokuDB compile with GCC-8

Missed printfs from: 21246066
parent 719ed09e
...@@ -826,7 +826,7 @@ int toku_ftnode_fetch_callback(CACHEFILE UU(cachefile), ...@@ -826,7 +826,7 @@ int toku_ftnode_fetch_callback(CACHEFILE UU(cachefile),
__FILE__, __FILE__,
__LINE__, __LINE__,
toku_cachefile_fname_in_env(cachefile), toku_cachefile_fname_in_env(cachefile),
blocknum.b); (longlong)blocknum.b);
} else { } else {
fprintf( fprintf(
stderr, stderr,
...@@ -836,7 +836,7 @@ int toku_ftnode_fetch_callback(CACHEFILE UU(cachefile), ...@@ -836,7 +836,7 @@ int toku_ftnode_fetch_callback(CACHEFILE UU(cachefile),
__FILE__, __FILE__,
__LINE__, __LINE__,
toku_cachefile_fname_in_env(cachefile), toku_cachefile_fname_in_env(cachefile),
blocknum.b, (longlong)blocknum.b,
r); r);
} }
// make absolutely sure we crash before doing anything else. // make absolutely sure we crash before doing anything else.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment