Commit f6b1e0fe authored by Teemu Ollakka's avatar Teemu Ollakka Committed by Nirbhay Choubey

refs #55 fixed debug build compilation errors

parent b02d7365
...@@ -989,7 +989,7 @@ lock_rec_has_to_wait( ...@@ -989,7 +989,7 @@ lock_rec_has_to_wait(
if (wsrep_debug) { if (wsrep_debug) {
fprintf(stderr, fprintf(stderr,
"BF-BF lock conflict, locking: %d \n", "BF-BF lock conflict, locking: %lu \n",
for_locking); for_locking);
lock_rec_print(stderr, lock2); lock_rec_print(stderr, lock2);
} }
......
...@@ -990,7 +990,7 @@ lock_rec_has_to_wait( ...@@ -990,7 +990,7 @@ lock_rec_has_to_wait(
if (wsrep_debug) { if (wsrep_debug) {
fprintf(stderr, fprintf(stderr,
"BF-BF lock conflict, locking: %d \n", "BF-BF lock conflict, locking: %lu \n",
for_locking); for_locking);
lock_rec_print(stderr, lock2); lock_rec_print(stderr, lock2);
} }
......
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