refs #55 fixed debug build compilation errors

This commit is contained in:
Teemu Ollakka 2015-02-05 14:38:03 +02:00 committed by Nirbhay Choubey
parent b02d736560
commit f6b1e0fe0a
2 changed files with 2 additions and 2 deletions

View file

@ -989,7 +989,7 @@ lock_rec_has_to_wait(
if (wsrep_debug) {
fprintf(stderr,
"BF-BF lock conflict, locking: %d \n",
"BF-BF lock conflict, locking: %lu \n",
for_locking);
lock_rec_print(stderr, lock2);
}

View file

@ -990,7 +990,7 @@ lock_rec_has_to_wait(
if (wsrep_debug) {
fprintf(stderr,
"BF-BF lock conflict, locking: %d \n",
"BF-BF lock conflict, locking: %lu \n",
for_locking);
lock_rec_print(stderr, lock2);
}